#DDCAB5

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

Shades of Stark White #DDCAB5

Tints of Stark White #DDCAB5

Color information

#DDCAB5 (or 0xDDCAB5) is unknown color: approx Stark White. HEX triplet: DD, CA and B5. RGB value is (221,202,181). Sum of RGB (Red+Green+Blue) = 221+202+181=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAB5 is #22354A. Grayscale: #CDCDCD. Windows color (decimal): -2241867 or 11913949. OLE color: 11913949.

HSL color Cylindrical-coordinate representation of color #DDCAB5: hue angle of 31.5º degrees, saturation: 0.37, 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 #DDCAB5 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221202181-
CMYK00.090.180.13
HSL31.5º37.04%78.82%-
HSV(B)31.5º18.1%86.67%-
XYZ59.2860.9552.36-
YUV205.29114.29139.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 181 (71.09% from 255) = 29.97%
R=36.59%
G=33.44%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120218100.090.180.1331.537.0478.82
HexDDCAB50912D20254f
Octal33531226501122154045117
Binary110111011100101010110101010011001011011000001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAB5; }

 p { color: rgb(221,202,181); }

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

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

 a { background-color: rgb(221,202,181); }

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

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

 span { border-color: rgb(221,202,181); }

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