#D1CEBA

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

Shades of White Rock #D1CEBA

Tints of White Rock #D1CEBA

Color information

#D1CEBA (or 0xD1CEBA) is unknown color: approx White Rock. HEX triplet: D1, CE and BA. RGB value is (209,206,186). Sum of RGB (Red+Green+Blue) = 209+206+186=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEBA is #2E3145. Grayscale: #CCCCCC. Windows color (decimal): -3027270 or 12242641. OLE color: 12242641.

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

Color convert

RGB209206186-
CMYK00.010.110.18
HSL52.17º20%77.45%-
HSV(B)52.17º11%81.96%-
XYZ57.2361.2455.26-
YUV204.62117.49131.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=34.78%
G=34.28%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920618600.010.110.1852.172077.45
HexD1CEBA01B1234144d
Octal3213162720113226424115
Binary11010001110011101011101001101110010110100101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEBA; }

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

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

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

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

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

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

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

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