#D5CEA9

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

Shades of White Rock #D5CEA9

Tints of White Rock #D5CEA9

Color information

#D5CEA9 (or 0xD5CEA9) is unknown color: approx White Rock. HEX triplet: D5, CE and A9. RGB value is (213,206,169). Sum of RGB (Red+Green+Blue) = 213+206+169=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CEA9 is #2A3156. Grayscale: #CCCCCC. Windows color (decimal): -2765143 or 11128533. OLE color: 11128533.

HSL color Cylindrical-coordinate representation of color #D5CEA9: hue angle of 50.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5CEA9 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB213206169-
CMYK00.030.210.16
HSL50.45º34.38%74.9%-
HSV(B)50.45º20.66%83.53%-
XYZ56.6761.1546.35-
YUV203.87108.32134.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 169 (66.41% from 255) = 28.74%
R=36.22%
G=35.03%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320616900.030.210.1650.4534.3874.9
HexD5CEA903151032224b
Octal3253162510325206242113
Binary11010101110011101010100101110101100001100101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEA9; }

 p { color: rgb(213,206,169); }

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

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

 a { background-color: rgb(213,206,169); }

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

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

 span { border-color: rgb(213,206,169); }

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