#D5D2BB

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

Shades of White Rock #D5D2BB

Tints of White Rock #D5D2BB

Color information

#D5D2BB (or 0xD5D2BB) is unknown color: approx White Rock. HEX triplet: D5, D2 and BB. RGB value is (213,210,187). Sum of RGB (Red+Green+Blue) = 213+210+187=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D2BB is #2A2D44. Grayscale: #D0D0D0. Windows color (decimal): -2764101 or 12309205. OLE color: 12309205.

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

Color convert

RGB213210187-
CMYK00.010.120.16
HSL53.08º23.64%78.43%-
HSV(B)53.08º12.21%83.53%-
XYZ59.4663.8356.2-
YUV208.28115.99131.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.92%
GREEN value IS 210 (82.42% from 255) = 34.43%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=34.92%
G=34.43%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321018700.010.120.1653.0823.6478.43
HexD5D2BB01C1035184e
Octal3253222730114206530116
Binary11010101110100101011101101110010000110101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D2BB; }

 p { color: rgb(213,210,187); }

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

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

 a { background-color: rgb(213,210,187); }

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

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

 span { border-color: rgb(213,210,187); }

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