#D2CEAD

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

Shades of White Rock #D2CEAD

Tints of White Rock #D2CEAD

Color information

#D2CEAD (or 0xD2CEAD) is unknown color: approx White Rock. HEX triplet: D2, CE and AD. RGB value is (210,206,173). Sum of RGB (Red+Green+Blue) = 210+206+173=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CEAD is #2D3152. Grayscale: #CBCBCB. Windows color (decimal): -2961747 or 11390674. OLE color: 11390674.

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

Color convert

RGB210206173-
CMYK00.020.180.18
HSL53.51º29.13%75.1%-
HSV(B)53.51º17.62%82.35%-
XYZ56.1960.8648.32-
YUV203.43110.83132.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=35.65%
G=34.97%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020617300.020.180.1853.5129.1375.1
HexD2CEAD021212361d4b
Octal3223162550222226635113
Binary1101001011001110101011010101001010010110110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEAD; }

 p { color: rgb(210,206,173); }

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

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

 a { background-color: rgb(210,206,173); }

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

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

 span { border-color: rgb(210,206,173); }

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