Shades of Alto #D4CBCA
Tints of Alto #D4CBCA
RGB
CMYK
RGB Variations
Color information
#D4CBCA (or 0xD4CBCA) is known color: Alto. HEX triplet: D4, CB and CA. RGB value is (212,203,202). Sum of RGB (Red+Green+Blue) = 212+203+202=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBCA is #2B3435. Grayscale: #CDCDCD. Windows color (decimal): -2831414 or 13290452. OLE color: 13290452.
HSL color Cylindrical-coordinate representation of color #D4CBCA: hue angle of 6º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4CBCA is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 202 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.17 |
| HSL | 6º | 0.1% | 0.81% | - |
| HSV(B) | 6º | 0.05% | 0.83% | - |
| XYZ | 59.17 | 60.97 | 64.53 | - |
| YUV | 205.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 202 | 0 | 0.04 | 0.05 | 0.17 | 6 | 0.1 | 0.81 |
| Hex | D4 | CB | CA | 0 | 4 | 5 | 11 | 6 | A | 51 |
| Octal | 324 | 313 | 312 | 0 | 4 | 5 | 21 | 6 | 12 | 121 |
| Binary | 11010100 | 11001011 | 11001010 | 0 | 100 | 101 | 10001 | 110 | 1010 | 1010001 |
Color Harmonies of #D4CBCA
Complementary color
Monochromatic Colors of #D4CBCA
Black with #D4CBCA
Text Example
Text Example
White with #D4CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBCA; }
p { color: rgb(212,203,202); }
H1.HeaderClassName
{
color: #D4CBCA;
}
.AnyTagClassName
{
color: #D4CBCA;
}
</style>
background-color css
<style>
a { background-color: #D4CBCA; }
a { background-color: rgb(212,203,202); }
div.DivClassName
{
background-color: #D4CBCA;
}
.BgClassName
{
background-color: #D4CBCA;
}
</style>
border-color css
<style>
span { border-color: #D4CBCA; }
span { border-color: rgb(212,203,202); }
td.TdClassName
{
border-color: #D4CBCA;
}
.TagClassName
{
border-color: #D4CBCA;
}
</style>