#D2CEAE

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

Shades of White Rock #D2CEAE

Tints of White Rock #D2CEAE

Color information

#D2CEAE (or 0xD2CEAE) is unknown color: approx White Rock. HEX triplet: D2, CE and AE. RGB value is (210,206,174). Sum of RGB (Red+Green+Blue) = 210+206+174=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CEAE is #2D3151. Grayscale: #CBCBCB. Windows color (decimal): -2961746 or 11456210. OLE color: 11456210.

HSL color Cylindrical-coordinate representation of color #D2CEAE: hue angle of 53.33º degrees, saturation: 0.29, 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 #D2CEAE is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210206174-
CMYK00.020.170.18
HSL53.33º28.57%75.29%-
HSV(B)53.33º17.14%82.35%-
XYZ56.2960.948.83-
YUV203.55111.33132.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=35.59%
G=34.92%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020617400.020.170.1853.3328.5775.29
HexD2CEAE021112351d4b
Octal3223162560221226535113
Binary1101001011001110101011100101000110010110101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEAE; }

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

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

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

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

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

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

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

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