Color Hex Logo

#ddbbbe Color Hex

#DDBBBE
(221,187,190)
0 Favorites   0 Comments

Color spaces of #ddbbbe

RGB 221187190
HSL0.990.330.80
HSV355°15°87°
CMYK 0.000.150.14   0.13
XYZ56.883454.630556.2619
Yxy54.63050.33900.3256
Hunter Lab73.91248.02776.6074
CIE-Lab78.828012.61793.0064

#ddbbbe color RGB value is (221,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10111110
Octal 335 273 276
Decimal 221 187 190
Hex DD BB BE

RGB Percentages of Color #ddbbbe

%36.96
%31.27
%31.77

CMYK Percentages of Color #ddbbbe

%0
%15
%14
%13

Triadic Colors of #ddbbbe

#ddbbbe #beddbb #bbbedd

Analogous Colors of #ddbbbe

#ddbbbe #ddc9bb #ddbbcf

Monochromatic Colors of #ddbbbe

#ddbbbe

Complementary Color

#ddbbbe #bbddda

#ddbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbbe Color CSS Codes

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

#ddbbbe Text Font Color

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

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


#ddbbbe Background Color

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

This div background color is #ddbbbe


#ddbbbe Border Color

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

This div border color is #ddbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbbe


Comments

No comments written yet.

Please login to write comment.