#DDCAB2

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

Shades of Stark White #DDCAB2

Tints of Stark White #DDCAB2

Color information

#DDCAB2 (or 0xDDCAB2) is unknown color: approx Stark White. HEX triplet: DD, CA and B2. RGB value is (221,202,178). Sum of RGB (Red+Green+Blue) = 221+202+178=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAB2 is #22354D. Grayscale: #CDCDCD. Windows color (decimal): -2241870 or 11717341. OLE color: 11717341.

HSL color Cylindrical-coordinate representation of color #DDCAB2: hue angle of 33.49º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCAB2 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221202178-
CMYK00.090.190.13
HSL33.49º38.74%78.24%-
HSV(B)33.49º19.46%86.67%-
XYZ58.9860.8350.75-
YUV204.94112.79139.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 178 (69.92% from 255) = 29.62%
R=36.77%
G=33.61%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120217800.090.190.1333.4938.7478.24
HexDDCAB20913D21274e
Octal33531226201123154147116
Binary110111011100101010110010010011001111011000011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAB2; }

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

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

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

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

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

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

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

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