#D1CCCB

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

Shades of Alto #D1CCCB

Tints of Alto #D1CCCB

Color information

#D1CCCB (or 0xD1CCCB) is unknown color: approx Alto. HEX triplet: D1, CC and CB. RGB value is (209,204,203). Sum of RGB (Red+Green+Blue) = 209+204+203=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCCB is #2E3334. Grayscale: #CDCDCD. Windows color (decimal): -3027765 or 13356241. OLE color: 13356241.

HSL color Cylindrical-coordinate representation of color #D1CCCB: hue angle of 10º degrees, saturation: 0.06, 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 #D1CCCB is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209204203-
CMYK00.020.030.18
HSL10º6.12%80.78%-
HSV(B)10º2.87%81.96%-
XYZ58.6761.0565.19-
YUV205.38126.66130.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.93%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=33.93%
G=33.12%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920420300.020.030.18106.1280.78
HexD1CCCB02312a651
Octal32131431302322126121
Binary110100011100110011001011010111001010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCCB; }

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

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

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

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

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

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

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

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