#D1CEAD

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

Shades of White Rock #D1CEAD

Tints of White Rock #D1CEAD

Color information

#D1CEAD (or 0xD1CEAD) is unknown color: approx White Rock. HEX triplet: D1, CE and AD. RGB value is (209,206,173). Sum of RGB (Red+Green+Blue) = 209+206+173=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CEAD is #2E3152. Grayscale: #CBCBCB. Windows color (decimal): -3027283 or 11390673. OLE color: 11390673.

HSL color Cylindrical-coordinate representation of color #D1CEAD: 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 #D1CEAD is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209206173-
CMYK00.010.170.18
HSL55º28.13%74.9%-
HSV(B)55º17.22%81.96%-
XYZ55.9160.7248.31-
YUV203.14110.99132.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.54%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=35.54%
G=35.03%
B=29.42%

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
Decimal20920617300.010.170.185528.1374.9
HexD1CEAD011112371c4b
Octal3213162550121226734113
Binary110100011100111010101101011000110010110111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEAD; }

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

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

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

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

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

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

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

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