Color Hex Logo

#ddbefc Color Hex

#DDBEFC
(221,190,252)
0 Favorites   0 Comments

Color spaces of #ddbefc

RGB 221190252
HSL0.750.910.87
HSV270°25°99°
CMYK 0.120.250.00   0.01
XYZ65.802959.2273100.0593
Yxy59.22730.29230.2631
Hunter Lab76.959317.9451-23.2149
CIE-Lab81.416422.4242-26.4853

#ddbefc color RGB value is (221,190,252).

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

The process color (four color CMYK) of #ddbefc color hex is 0.12, 0.25, 0.00, 0.01. Web safe color of #ddbefc is #ccccff. Color #ddbefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11111100
Octal 335 276 374
Decimal 221 190 252
Hex DD BE FC

RGB Percentages of Color #ddbefc

%33.33
%28.66
%38.01

CMYK Percentages of Color #ddbefc

%12
%25
%0
%1

Triadic Colors of #ddbefc

#ddbefc #fcddbe #befcdd

Analogous Colors of #ddbefc

#ddbefc #fcbefc #bebefc

Monochromatic Colors of #ddbefc

#ddbefc

Complementary Color

#ddbefc #ddfcbe

#ddbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbefc Color CSS Codes

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

#ddbefc Text Font Color

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

This sample text font color is #ddbefc
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.


#ddbefc Background Color

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

This div background color is #ddbefc


#ddbefc Border Color

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

This div border color is #ddbefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbefc


Comments

No comments written yet.

Please login to write comment.