Color Hex Logo

#ddcebc Color Hex

#DDCEBC
(221,206,188)
0 Favorites   0 Comments

Color spaces of #ddcebc

RGB 221206188
HSL0.090.330.80
HSV33°15°87°
CMYK 0.000.070.15   0.13
XYZ60.967263.145656.5520
Yxy63.14560.33750.3495
Hunter Lab79.4642-2.112113.4302
CIE-Lab83.51892.249610.8189

#ddcebc color RGB value is (221,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10111100
Octal 335 316 274
Decimal 221 206 188
Hex DD CE BC

RGB Percentages of Color #ddcebc

%35.93
%33.50
%30.57

CMYK Percentages of Color #ddcebc

%0
%7
%15
%13

Triadic Colors of #ddcebc

#ddcebc #bcddce #cebcdd

Analogous Colors of #ddcebc

#ddcebc #dcddbc #ddbebc

Monochromatic Colors of #ddcebc

#ddcebc

Complementary Color

#ddcebc #bccbdd

#ddcebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcebc Color CSS Codes

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

#ddcebc Text Font Color

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

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


#ddcebc Background Color

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

This div background color is #ddcebc


#ddcebc Border Color

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

This div border color is #ddcebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcebc

#ddcebc Color Palettes


Comments

No comments written yet.

Please login to write comment.