#D1CEB0

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

Shades of White Rock #D1CEB0

Tints of White Rock #D1CEB0

Color information

#D1CEB0 (or 0xD1CEB0) is unknown color: approx White Rock. HEX triplet: D1, CE and B0. RGB value is (209,206,176). Sum of RGB (Red+Green+Blue) = 209+206+176=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CEB0 is #2E314F. Grayscale: #CBCBCB. Windows color (decimal): -3027280 or 11587281. OLE color: 11587281.

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

Color convert

RGB209206176-
CMYK00.010.160.18
HSL54.55º26.4%75.49%-
HSV(B)54.55º15.79%81.96%-
XYZ56.260.8349.85-
YUV203.48112.49131.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.36%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 176 (69.14% from 255) = 29.78%
R=35.36%
G=34.86%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920617600.010.160.1854.5526.475.49
HexD1CEB0011012371a4b
Octal3213162600120226732113
Binary110100011100111010110000011000010010110111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEB0; }

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

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

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

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

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

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

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

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