#DDCBB6

Color #DDCBB6 Stark White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stark White #DDCBB6

Tints of Stark White #DDCBB6

Color information

#DDCBB6 (or 0xDDCBB6) is unknown color: approx Stark White. HEX triplet: DD, CB and B6. RGB value is (221,203,182). Sum of RGB (Red+Green+Blue) = 221+203+182=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBB6 is #223449. Grayscale: #CECECE. Windows color (decimal): -2241610 or 11979741. OLE color: 11979741.

HSL color Cylindrical-coordinate representation of color #DDCBB6: hue angle of 32.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDCBB6 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221203182-
CMYK00.080.180.13
HSL32.31º36.45%79.02%-
HSV(B)32.31º17.65%86.67%-
XYZ59.6261.4652.98-
YUV205.99114.46138.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=36.47%
G=33.50%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120318200.080.180.1332.3136.4579.02
HexDDCBB60812D20244f
Octal33531326601022154044117
Binary110111011100101110110110010001001011011000001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBB6; }

 p { color: rgb(221,203,182); }

 H1.HeaderClassName
 {
   color: #DDCBB6;
 }
 .AnyTagClassName
 {
   color: #DDCBB6;
 }
</style>
background-color css

<style>
 a { background-color: #DDCBB6; }

 a { background-color: rgb(221,203,182); }

 div.DivClassName
 {
   background-color: #DDCBB6;
 }
 .BgClassName
 {
   background-color: #DDCBB6;
 }
</style>
border-color css

<style>
 span { border-color: #DDCBB6; }

 span { border-color: rgb(221,203,182); }

 td.TdClassName
 {
   border-color: #DDCBB6;
 }
 .TagClassName
 {
   border-color: #DDCBB6;
 }
</style>