Shades of Alto #D1CBCA
Tints of Alto #D1CBCA
RGB
CMYK
RGB Variations
Color information
#D1CBCA (or 0xD1CBCA) is known color: Alto. HEX triplet: D1, CB and CA. RGB value is (209,203,202). Sum of RGB (Red+Green+Blue) = 209+203+202=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBCA is #2E3435. Grayscale: #CCCCCC. Windows color (decimal): -3028022 or 13290449. OLE color: 13290449.
HSL color Cylindrical-coordinate representation of color #D1CBCA: 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 #D1CBCA is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 203 | 202 | - |
CMYK | 0 | 0.03 | 0.03 | 0.18 |
HSL | 8.57º | 0.07% | 0.81% | - |
HSV(B) | 8.57º | 0.03% | 0.82% | - |
XYZ | 58.31 | 60.53 | 64.49 | - |
YUV | 204.68 | 126.49 | 131.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 203 | 202 | 0 | 0.03 | 0.03 | 0.18 | 8.57 | 0.07 | 0.81 |
Hex | D1 | CB | CA | 0 | 3 | 3 | 12 | 9 | 7 | 51 |
Octal | 321 | 313 | 312 | 0 | 3 | 3 | 22 | 11 | 7 | 121 |
Binary | 11010001 | 11001011 | 11001010 | 0 | 11 | 11 | 10010 | 1001 | 111 | 1010001 |
Color Harmonies of #D1CBCA
Complementary color
Monochromatic Colors of #D1CBCA
Black with #D1CBCA
Text Example
Text Example
White with #D1CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBCA; }
p { color: rgb(209,203,202); }
H1.HeaderClassName
{
color: #D1CBCA;
}
.AnyTagClassName
{
color: #D1CBCA;
}
</style>
background-color css
<style>
a { background-color: #D1CBCA; }
a { background-color: rgb(209,203,202); }
div.DivClassName
{
background-color: #D1CBCA;
}
.BgClassName
{
background-color: #D1CBCA;
}
</style>
border-color css
<style>
span { border-color: #D1CBCA; }
span { border-color: rgb(209,203,202); }
td.TdClassName
{
border-color: #D1CBCA;
}
.TagClassName
{
border-color: #D1CBCA;
}
</style>