#D1CEBB

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

Shades of White Rock #D1CEBB

Tints of White Rock #D1CEBB

Color information

#D1CEBB (or 0xD1CEBB) is unknown color: approx White Rock. HEX triplet: D1, CE and BB. RGB value is (209,206,187). Sum of RGB (Red+Green+Blue) = 209+206+187=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEBB is #2E3144. Grayscale: #CCCCCC. Windows color (decimal): -3027269 or 12308177. OLE color: 12308177.

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

Color convert

RGB209206187-
CMYK00.010.110.18
HSL51.82º19.3%77.65%-
HSV(B)51.82º10.53%81.96%-
XYZ57.3461.2955.82-
YUV204.73117.99131.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.72%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=34.72%
G=34.22%
B=31.06%

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
Decimal20920618700.010.110.1851.8219.377.65
HexD1CEBB01B1234134e
Octal3213162730113226423116
Binary11010001110011101011101101101110010110100100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEBB; }

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

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

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

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

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

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

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

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