Color Hex Logo

#ddbefa Color Hex

#DDBEFA
(221,190,250)
0 Favorites   0 Comments

Color spaces of #ddbefa

RGB 221190250
HSL0.750.860.86
HSV271°24°98°
CMYK 0.120.240.00   0.02
XYZ65.487659.101298.3986
Yxy59.10120.29370.2650
Hunter Lab76.877317.5192-22.0737
CIE-Lab81.347222.0148-25.5228

#ddbefa color RGB value is (221,190,250).

#ddbefa hex color red value is 221, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddbefa hue: 0.75 , saturation: 0.86 and the lightness value of ddbefa is 0.86.

The process color (four color CMYK) of #ddbefa color hex is 0.12, 0.24, 0.00, 0.02. Web safe color of #ddbefa is #ccccff. Color #ddbefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11111010
Octal 335 276 372
Decimal 221 190 250
Hex DD BE FA

RGB Percentages of Color #ddbefa

%33.43
%28.74
%37.82

CMYK Percentages of Color #ddbefa

%12
%24
%0
%2

Triadic Colors of #ddbefa

#ddbefa #faddbe #befadd

Analogous Colors of #ddbefa

#ddbefa #fabef9 #bfbefa

Monochromatic Colors of #ddbefa

#ddbefa

Complementary Color

#ddbefa #dbfabe

#ddbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbefa Color CSS Codes

.mybgcolor {background-color:#ddbefa; } 
.myforecolor {color:#ddbefa; }
.mybordercolor {border:3px solid #ddbefa; }

#ddbefa Text Font Color

<p style="color:#ddbefa">Text here</p>

This sample text font color is #ddbefa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddbefa Background Color

<div style="background-color:#ddbefa">
Div content here</div>

This div background color is #ddbefa


#ddbefa Border Color

<div style="border:3px solid #ddbefa">
Div here</div>

This div border color is #ddbefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,190,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbefa;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbefa;
  box-shadow:         1px 1px 3px 2px #ddbefa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,190,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbefa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbefa;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbefa;
  box-shadow:         1px 1px 3px 2px #ddbefa;">
Div content here</div>

This div box has shadow with color #ddbefa


Comments

No comments written yet.

Please login to write comment.