Shades of Alto #D1CCCB
Tints of Alto #D1CCCB
RGB
CMYK
RGB Variations
Color information
#D1CCCB (or 0xD1CCCB) is known color: 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
| RGB | 209 | 204 | 203 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.18 |
| HSL | 10º | 0.06% | 0.81% | - |
| HSV(B) | 10º | 0.03% | 0.82% | - |
| XYZ | 58.67 | 61.05 | 65.19 | - |
| YUV | 205.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 203 | 0 | 0.02 | 0.03 | 0.18 | 10 | 0.06 | 0.81 |
| Hex | D1 | CC | CB | 0 | 2 | 3 | 12 | A | 6 | 51 |
| Octal | 321 | 314 | 313 | 0 | 2 | 3 | 22 | 12 | 6 | 121 |
| Binary | 11010001 | 11001100 | 11001011 | 0 | 10 | 11 | 10010 | 1010 | 110 | 1010001 |
Color Harmonies of #D1CCCB
Complementary color
Monochromatic Colors of #D1CCCB
Black with #D1CCCB
Text Example
Text Example
White with #D1CCCB
Text Example
Text Example
HTML Codes & Css Web 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>