#D8D4BB

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

Shades of White Rock #D8D4BB

Tints of White Rock #D8D4BB

Color information

#D8D4BB (or 0xD8D4BB) is unknown color: approx White Rock. HEX triplet: D8, D4 and BB. RGB value is (216,212,187). Sum of RGB (Red+Green+Blue) = 216+212+187=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4BB is #272B44. Grayscale: #D2D2D2. Windows color (decimal): -2566981 or 12309720. OLE color: 12309720.

HSL color Cylindrical-coordinate representation of color #D8D4BB: hue angle of 51.72º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8D4BB is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216212187-
CMYK00.020.130.15
HSL51.72º27.1%79.02%-
HSV(B)51.72º13.43%84.71%-
XYZ60.8365.2756.41-
YUV210.35114.83132.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.12%
GREEN value IS 212 (83.20% from 255) = 34.47%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=35.12%
G=34.47%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621218700.020.130.1551.7227.179.02
HexD8D4BB02DF341b4f
Octal3303242730215176433117
Binary11011000110101001011101101011011111110100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D4BB; }

 p { color: rgb(216,212,187); }

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

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

 a { background-color: rgb(216,212,187); }

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

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

 span { border-color: rgb(216,212,187); }

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