#D1CEB2

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

Shades of White Rock #D1CEB2

Tints of White Rock #D1CEB2

Color information

#D1CEB2 (or 0xD1CEB2) is unknown color: approx White Rock. HEX triplet: D1, CE and B2. RGB value is (209,206,178). Sum of RGB (Red+Green+Blue) = 209+206+178=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CEB2 is #2E314D. Grayscale: #CBCBCB. Windows color (decimal): -3027278 or 11718353. OLE color: 11718353.

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

Color convert

RGB209206178-
CMYK00.010.150.18
HSL54.19º25.2%75.88%-
HSV(B)54.19º14.83%81.96%-
XYZ56.460.9150.9-
YUV203.7113.49131.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.24%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 178 (69.92% from 255) = 30.02%
R=35.24%
G=34.74%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920617800.010.150.1854.1925.275.88
HexD1CEB201F1236194c
Octal3213162620117226631114
Binary11010001110011101011001001111110010110110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEB2; }

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

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

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

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

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

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

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

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