Color Hex Logo

#ddbebf Color Hex

#DDBEBF
(221,190,191)
0 Favorites   0 Comments

Color spaces of #ddbebf

RGB 221190191
HSL0.990.310.81
HSV358°14°87°
CMYK 0.000.140.14   0.13
XYZ57.636255.960757.0539
Yxy55.96070.33770.3279
Hunter Lab74.80696.61627.1454
CIE-Lab79.591411.17763.5732

#ddbebf color RGB value is (221,190,191).

#ddbebf hex color red value is 221, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ddbebf hue: 0.99 , saturation: 0.31 and the lightness value of ddbebf is 0.81.

The process color (four color CMYK) of #ddbebf color hex is 0.00, 0.14, 0.14, 0.13. Web safe color of #ddbebf is #cccccc. Color #ddbebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10111111
Octal 335 276 277
Decimal 221 190 191
Hex DD BE BF

RGB Percentages of Color #ddbebf

%36.71
%31.56
%31.73

CMYK Percentages of Color #ddbebf

%0
%14
%14
%13

Triadic Colors of #ddbebf

#ddbebf #bfddbe #bebfdd

Analogous Colors of #ddbebf

#ddbebf #ddcdbe #ddbecf

Monochromatic Colors of #ddbebf

#ddbebf

Complementary Color

#ddbebf #bedddc

#ddbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbebf Color CSS Codes

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

#ddbebf Text Font Color

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

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


#ddbebf Background Color

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

This div background color is #ddbebf


#ddbebf Border Color

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

This div border color is #ddbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbebf


Comments

No comments written yet.

Please login to write comment.