Shades of Onahau #CDDDE1
Tints of Onahau #CDDDE1
RGB
CMYK
RGB Variations
Color information
#CDDDE1 (or 0xCDDDE1) is known color: Onahau. HEX triplet: CD, DD and E1. RGB value is (205,221,225). Sum of RGB (Red+Green+Blue) = 205+221+225=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDE1 is #32221E. Grayscale: #D8D8D8. Windows color (decimal): -3285535 or 14802381. OLE color: 14802381.
HSL color Cylindrical-coordinate representation of color #CDDDE1: hue angle of 192º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDDE1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 221 | 225 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.12 |
| HSL | 192º | 0.25% | 0.84% | - |
| HSV(B) | 192º | 0.09% | 0.88% | - |
| XYZ | 64.62 | 70.13 | 81.36 | - |
| YUV | 216.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 225 | 0.09 | 0.02 | 0 | 0.12 | 192 | 0.25 | 0.84 |
| Hex | CD | DD | E1 | 9 | 2 | 0 | C | C0 | 19 | 54 |
| Octal | 315 | 335 | 341 | 11 | 2 | 0 | 14 | 300 | 31 | 124 |
| Binary | 11001101 | 11011101 | 11100001 | 1001 | 10 | 0 | 1100 | 11000000 | 11001 | 1010100 |
Color Harmonies of #CDDDE1
Complementary color
Monochromatic Colors of #CDDDE1
Black with #CDDDE1
Text Example
Text Example
White with #CDDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDE1; }
p { color: rgb(205,221,225); }
H1.HeaderClassName
{
color: #CDDDE1;
}
.AnyTagClassName
{
color: #CDDDE1;
}
</style>
background-color css
<style>
a { background-color: #CDDDE1; }
a { background-color: rgb(205,221,225); }
div.DivClassName
{
background-color: #CDDDE1;
}
.BgClassName
{
background-color: #CDDDE1;
}
</style>
border-color css
<style>
span { border-color: #CDDDE1; }
span { border-color: rgb(205,221,225); }
td.TdClassName
{
border-color: #CDDDE1;
}
.TagClassName
{
border-color: #CDDDE1;
}
</style>