#D0CDAC

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

Shades of White Rock #D0CDAC

Tints of White Rock #D0CDAC

Color information

#D0CDAC (or 0xD0CDAC) is unknown color: approx White Rock. HEX triplet: D0, CD and AC. RGB value is (208,205,172). Sum of RGB (Red+Green+Blue) = 208+205+172=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CDAC is #2F3253. Grayscale: #CACACA. Windows color (decimal): -3093076 or 11324880. OLE color: 11324880.

HSL color Cylindrical-coordinate representation of color #D0CDAC: hue angle of 55º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0CDAC is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208205172-
CMYK00.010.170.18
HSL55º27.69%74.51%-
HSV(B)55º17.31%81.57%-
XYZ55.2960.0547.71-
YUV202.14110.99132.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=35.56%
G=35.04%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820517200.010.170.185527.6974.51
HexD0CDAC011112371c4b
Octal3203152540121226734113
Binary110100001100110110101100011000110010110111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDAC; }

 p { color: rgb(208,205,172); }

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

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

 a { background-color: rgb(208,205,172); }

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

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

 span { border-color: rgb(208,205,172); }

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