#D8D2B6

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

Shades of White Rock #D8D2B6

Tints of White Rock #D8D2B6

Color information

#D8D2B6 (or 0xD8D2B6) is unknown color: approx White Rock. HEX triplet: D8, D2 and B6. RGB value is (216,210,182). Sum of RGB (Red+Green+Blue) = 216+210+182=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D2B6 is #272D49. Grayscale: #D0D0D0. Windows color (decimal): -2567498 or 11981528. OLE color: 11981528.

HSL color Cylindrical-coordinate representation of color #D8D2B6: hue angle of 49.41º 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 #D8D2B6 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB216210182-
CMYK00.030.160.15
HSL49.41º30.36%78.04%-
HSV(B)49.41º15.74%84.71%-
XYZ59.8164.0753.47-
YUV208.6112.99133.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.53%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 182 (71.48% from 255) = 29.93%
R=35.53%
G=34.54%
B=29.93%

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
Decimal21621018200.030.160.1549.4130.3678.04
HexD8D2B60310F311e4e
Octal3303222660320176136116
Binary110110001101001010110110011100001111110001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2B6; }

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

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

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

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

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

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

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

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