#D8D3BA

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

Shades of White Rock #D8D3BA

Tints of White Rock #D8D3BA

Color information

#D8D3BA (or 0xD8D3BA) is unknown color: approx White Rock. HEX triplet: D8, D3 and BA. RGB value is (216,211,186). Sum of RGB (Red+Green+Blue) = 216+211+186=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D3BA is #272C45. Grayscale: #D1D1D1. Windows color (decimal): -2567238 or 12243928. OLE color: 12243928.

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

Color convert

RGB216211186-
CMYK00.020.140.15
HSL50º27.78%78.82%-
HSV(B)50º13.89%84.71%-
XYZ60.4864.7355.76-
YUV209.64114.66132.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=35.24%
G=34.42%
B=30.34%

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
Decimal21621118600.020.140.155027.7878.82
HexD8D3BA02EF321c4f
Octal3303232720216176234117
Binary11011000110100111011101001011101111110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D3BA; }

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

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

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

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

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

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

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

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