#D6D3BA

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

Shades of White Rock #D6D3BA

Tints of White Rock #D6D3BA

Color information

#D6D3BA (or 0xD6D3BA) is unknown color: approx White Rock. HEX triplet: D6, D3 and BA. RGB value is (214,211,186). Sum of RGB (Red+Green+Blue) = 214+211+186=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3BA is #292C45. Grayscale: #D1D1D1. Windows color (decimal): -2698310 or 12243926. OLE color: 12243926.

HSL color Cylindrical-coordinate representation of color #D6D3BA: hue angle of 53.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6D3BA is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214211186-
CMYK00.010.130.16
HSL53.57º25.45%78.43%-
HSV(B)53.57º13.08%83.92%-
XYZ59.8964.4355.73-
YUV209.05114.99131.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=35.02%
G=34.53%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421118600.010.130.1653.5725.4578.43
HexD6D3BA01D1036194e
Octal3263232720115206631116
Binary11010110110100111011101001110110000110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D3BA; }

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

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

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

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

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

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

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

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