#D2CCCB

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

Shades of Alto #D2CCCB

Tints of Alto #D2CCCB

Color information

#D2CCCB (or 0xD2CCCB) is unknown color: approx Alto. HEX triplet: D2, CC and CB. RGB value is (210,204,203). Sum of RGB (Red+Green+Blue) = 210+204+203=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCCB is #2D3334. Grayscale: #CDCDCD. Windows color (decimal): -2962229 or 13356242. OLE color: 13356242.

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

Color convert

RGB210204203-
CMYK00.030.030.18
HSL8.57º7.22%80.98%-
HSV(B)8.57º3.33%82.35%-
XYZ58.9561.265.21-
YUV205.68126.49131.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=34.04%
G=33.06%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020420300.030.030.188.577.2280.98
HexD2CCCB033129751
Octal32231431303322117121
Binary110100101100110011001011011111001010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCCB; }

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

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

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

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

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

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

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

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