Shades of Onahau #CDDDE2
Tints of Onahau #CDDDE2
RGB
CMYK
RGB Variations
Color information
#CDDDE2 (or 0xCDDDE2) is known color: Onahau. HEX triplet: CD, DD and E2. RGB value is (205,221,226). Sum of RGB (Red+Green+Blue) = 205+221+226=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 226 - color contains mainly: blue. Hex color #CDDDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDE2 is #32221D. Grayscale: #D8D8D8. Windows color (decimal): -3285534 or 14867917. OLE color: 14867917.
HSL color Cylindrical-coordinate representation of color #CDDDE2: hue angle of 194.29º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDDE2 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 221 | 226 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.11 |
| HSL | 194.29º | 0.27% | 0.85% | - |
| HSV(B) | 194.29º | 0.09% | 0.89% | - |
| XYZ | 64.76 | 70.18 | 82.08 | - |
| YUV | 216.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 226 | 0.09 | 0.02 | 0 | 0.11 | 194.29 | 0.27 | 0.85 |
| Hex | CD | DD | E2 | 9 | 2 | 0 | B | C2 | 1B | 55 |
| Octal | 315 | 335 | 342 | 11 | 2 | 0 | 13 | 302 | 33 | 125 |
| Binary | 11001101 | 11011101 | 11100010 | 1001 | 10 | 0 | 1011 | 11000010 | 11011 | 1010101 |
Color Harmonies of #CDDDE2
Complementary color
Monochromatic Colors of #CDDDE2
Black with #CDDDE2
Text Example
Text Example
White with #CDDDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDE2; }
p { color: rgb(205,221,226); }
H1.HeaderClassName
{
color: #CDDDE2;
}
.AnyTagClassName
{
color: #CDDDE2;
}
</style>
background-color css
<style>
a { background-color: #CDDDE2; }
a { background-color: rgb(205,221,226); }
div.DivClassName
{
background-color: #CDDDE2;
}
.BgClassName
{
background-color: #CDDDE2;
}
</style>
border-color css
<style>
span { border-color: #CDDDE2; }
span { border-color: rgb(205,221,226); }
td.TdClassName
{
border-color: #CDDDE2;
}
.TagClassName
{
border-color: #CDDDE2;
}
</style>