#D8D1B6

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

Shades of White Rock #D8D1B6

Tints of White Rock #D8D1B6

Color information

#D8D1B6 (or 0xD8D1B6) is unknown color: approx White Rock. HEX triplet: D8, D1 and B6. RGB value is (216,209,182). Sum of RGB (Red+Green+Blue) = 216+209+182=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D1B6 is #272E49. Grayscale: #D0D0D0. Windows color (decimal): -2567754 or 11981272. OLE color: 11981272.

HSL color Cylindrical-coordinate representation of color #D8D1B6: hue angle of 47.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8D1B6 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB216209182-
CMYK00.030.160.15
HSL47.65º30.36%78.04%-
HSV(B)47.65º15.74%84.71%-
XYZ59.5663.5853.39-
YUV208.02113.32133.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 209 (82.03% from 255) = 34.43%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=35.58%
G=34.43%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620918200.030.160.1547.6530.3678.04
HexD8D1B60310F301e4e
Octal3303212660320176036116
Binary110110001101000110110110011100001111110000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D1B6; }

 p { color: rgb(216,209,182); }

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

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

 a { background-color: rgb(216,209,182); }

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

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

 span { border-color: rgb(216,209,182); }

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