#D2CCB7

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

Shades of White Rock #D2CCB7

Tints of White Rock #D2CCB7

Color information

#D2CCB7 (or 0xD2CCB7) is unknown color: approx White Rock. HEX triplet: D2, CC and B7. RGB value is (210,204,183). Sum of RGB (Red+Green+Blue) = 210+204+183=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCB7 is #2D3348. Grayscale: #CBCBCB. Windows color (decimal): -2962249 or 12045522. OLE color: 12045522.

HSL color Cylindrical-coordinate representation of color #D2CCB7: hue angle of 46.67º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2CCB7 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210204183-
CMYK00.030.130.18
HSL46.67º23.08%77.06%-
HSV(B)46.67º12.86%82.35%-
XYZ56.7260.3153.45-
YUV203.4116.49132.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 183 (71.88% from 255) = 30.65%
R=35.18%
G=34.17%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020418300.030.130.1846.6723.0877.06
HexD2CCB703D122f174d
Octal3223142670315225727115
Binary110100101100110010110111011110110010101111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCB7; }

 p { color: rgb(210,204,183); }

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

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

 a { background-color: rgb(210,204,183); }

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

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

 span { border-color: rgb(210,204,183); }

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