#D1CCBA

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

Shades of White Rock #D1CCBA

Tints of White Rock #D1CCBA

Color information

#D1CCBA (or 0xD1CCBA) is unknown color: approx White Rock. HEX triplet: D1, CC and BA. RGB value is (209,204,186). Sum of RGB (Red+Green+Blue) = 209+204+186=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCBA is #2E3345. Grayscale: #CBCBCB. Windows color (decimal): -3027782 or 12242129. OLE color: 12242129.

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

Color convert

RGB209204186-
CMYK00.020.110.18
HSL46.96º20%77.45%-
HSV(B)46.96º11%81.96%-
XYZ56.7560.2955.1-
YUV203.44118.16131.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.89%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=34.89%
G=34.06%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920418600.020.110.1846.962077.45
HexD1CCBA02B122f144d
Octal3213142720213225724115
Binary110100011100110010111010010101110010101111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCBA; }

 p { color: rgb(209,204,186); }

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

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

 a { background-color: rgb(209,204,186); }

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

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

 span { border-color: rgb(209,204,186); }

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