Shades of Alto #CDBEBD
Tints of Alto #CDBEBD
RGB
CMYK
RGB Variations
Color information
#CDBEBD (or 0xCDBEBD) is known color: Alto. HEX triplet: CD, BE and BD. RGB value is (205,190,189). Sum of RGB (Red+Green+Blue) = 205+190+189=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEBD is #324142. Grayscale: #C2C2C2. Windows color (decimal): -3293507 or 12435149. OLE color: 12435149.
HSL color Cylindrical-coordinate representation of color #CDBEBD: hue angle of 3.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBEBD is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 189 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.20 |
| HSL | 3.75º | 0.14% | 0.77% | - |
| HSV(B) | 3.75º | 0.08% | 0.8% | - |
| XYZ | 52.78 | 53.48 | 55.69 | - |
| YUV | 194.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 189 | 0 | 0.07 | 0.08 | 0.20 | 3.75 | 0.14 | 0.77 |
| Hex | CD | BE | BD | 0 | 7 | 8 | 14 | 4 | E | 4D |
| Octal | 315 | 276 | 275 | 0 | 7 | 10 | 24 | 4 | 16 | 115 |
| Binary | 11001101 | 10111110 | 10111101 | 0 | 111 | 1000 | 10100 | 100 | 1110 | 1001101 |
Color Harmonies of #CDBEBD
Complementary color
Monochromatic Colors of #CDBEBD
Black with #CDBEBD
Text Example
Text Example
White with #CDBEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEBD; }
p { color: rgb(205,190,189); }
H1.HeaderClassName
{
color: #CDBEBD;
}
.AnyTagClassName
{
color: #CDBEBD;
}
</style>
background-color css
<style>
a { background-color: #CDBEBD; }
a { background-color: rgb(205,190,189); }
div.DivClassName
{
background-color: #CDBEBD;
}
.BgClassName
{
background-color: #CDBEBD;
}
</style>
border-color css
<style>
span { border-color: #CDBEBD; }
span { border-color: rgb(205,190,189); }
td.TdClassName
{
border-color: #CDBEBD;
}
.TagClassName
{
border-color: #CDBEBD;
}
</style>