Color Hex Logo

#ddbef0 Color Hex

#DDBEF0
(221,190,240)
0 Favorites   0 Comments

Color spaces of #ddbef0

RGB 221190240
HSL0.770.630.84
HSV277°21°94°
CMYK 0.080.210.00   0.06
XYZ63.960458.490390.3568
Yxy58.49030.30060.2749
Hunter Lab76.479015.4438-16.5135
CIE-Lab81.010620.0056-20.6851

#ddbef0 color RGB value is (221,190,240).

#ddbef0 hex color red value is 221, green value is 190 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ddbef0 hue: 0.77 , saturation: 0.63 and the lightness value of ddbef0 is 0.84.

The process color (four color CMYK) of #ddbef0 color hex is 0.08, 0.21, 0.00, 0.06. Web safe color of #ddbef0 is #ccccff. Color #ddbef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11110000
Octal 335 276 360
Decimal 221 190 240
Hex DD BE F0

RGB Percentages of Color #ddbef0

%33.95
%29.19
%36.87

CMYK Percentages of Color #ddbef0

%8
%21
%0
%6

Triadic Colors of #ddbef0

#ddbef0 #f0ddbe #bef0dd

Analogous Colors of #ddbef0

#ddbef0 #f0beea #c4bef0

Monochromatic Colors of #ddbef0

#ddbef0

Complementary Color

#ddbef0 #d1f0be

#ddbef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbef0 Color CSS Codes

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

#ddbef0 Text Font Color

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

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


#ddbef0 Background Color

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

This div background color is #ddbef0


#ddbef0 Border Color

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

This div border color is #ddbef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbef0


Comments

No comments written yet.

Please login to write comment.