#D5D2B3

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

Shades of White Rock #D5D2B3

Tints of White Rock #D5D2B3

Color information

#D5D2B3 (or 0xD5D2B3) is unknown color: approx White Rock. HEX triplet: D5, D2 and B3. RGB value is (213,210,179). Sum of RGB (Red+Green+Blue) = 213+210+179=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D2B3 is #2A2D4C. Grayscale: #CFCFCF. Windows color (decimal): -2764109 or 11784917. OLE color: 11784917.

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

Color convert

RGB213210179-
CMYK00.010.160.16
HSL54.71º28.81%76.86%-
HSV(B)54.71º15.96%83.53%-
XYZ58.6263.4951.81-
YUV207.36111.99132.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.38%
GREEN value IS 210 (82.42% from 255) = 34.88%
BLUE value IS 179 (70.31% from 255) = 29.73%
R=35.38%
G=34.88%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321017900.010.160.1654.7128.8176.86
HexD5D2B3011010371d4d
Octal3253222630120206735115
Binary110101011101001010110011011000010000110111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D2B3; }

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

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

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

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

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

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

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

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