#D8D4BA

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

Shades of White Rock #D8D4BA

Tints of White Rock #D8D4BA

Color information

#D8D4BA (or 0xD8D4BA) is unknown color: approx White Rock. HEX triplet: D8, D4 and BA. RGB value is (216,212,186). Sum of RGB (Red+Green+Blue) = 216+212+186=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4BA is #272B45. Grayscale: #D2D2D2. Windows color (decimal): -2566982 or 12244184. OLE color: 12244184.

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

Color convert

RGB216212186-
CMYK00.020.140.15
HSL52º27.78%78.82%-
HSV(B)52º13.89%84.71%-
XYZ60.7365.2355.84-
YUV210.23114.33132.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.18%
GREEN value IS 212 (83.20% from 255) = 34.53%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=35.18%
G=34.53%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621218600.020.140.155227.7878.82
HexD8D4BA02EF341c4f
Octal3303242720216176434117
Binary11011000110101001011101001011101111110100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D4BA; }

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

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

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

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

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

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

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

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