#D8D3B5

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

Shades of White Rock #D8D3B5

Tints of White Rock #D8D3B5

Color information

#D8D3B5 (or 0xD8D3B5) is unknown color: approx White Rock. HEX triplet: D8, D3 and B5. RGB value is (216,211,181). Sum of RGB (Red+Green+Blue) = 216+211+181=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D3B5 is #272C4A. Grayscale: #D1D1D1. Windows color (decimal): -2567243 or 11916248. OLE color: 11916248.

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

Color convert

RGB216211181-
CMYK00.020.160.15
HSL51.43º30.97%77.84%-
HSV(B)51.43º16.2%84.71%-
XYZ59.9564.5253.01-
YUV209.08112.16132.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.53%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 181 (71.09% from 255) = 29.77%
R=35.53%
G=34.70%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621118100.020.160.1551.4330.9777.84
HexD8D3B50210F331f4e
Octal3303232650220176337116
Binary110110001101001110110101010100001111110011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D3B5; }

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

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

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

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

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

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

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

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