Shades of Onahau #CDE7EE
Tints of Onahau #CDE7EE
RGB
CMYK
RGB Variations
Color information
#CDE7EE (or 0xCDE7EE) is known color: Onahau. HEX triplet: CD, E7 and EE. RGB value is (205,231,238). Sum of RGB (Red+Green+Blue) = 205+231+238=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7EE is #321811. Grayscale: #DFDFDF. Windows color (decimal): -3282962 or 15656909. OLE color: 15656909.
HSL color Cylindrical-coordinate representation of color #CDE7EE: hue angle of 192.73º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE7EE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 231 | 238 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.07 |
| HSL | 192.73º | 0.49% | 0.87% | - |
| HSV(B) | 192.73º | 0.14% | 0.93% | - |
| XYZ | 69.19 | 76.3 | 91.97 | - |
| YUV | 224.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 238 | 0.14 | 0.03 | 0 | 0.07 | 192.73 | 0.49 | 0.87 |
| Hex | CD | E7 | EE | E | 3 | 0 | 7 | C1 | 31 | 57 |
| Octal | 315 | 347 | 356 | 16 | 3 | 0 | 7 | 301 | 61 | 127 |
| Binary | 11001101 | 11100111 | 11101110 | 1110 | 11 | 0 | 111 | 11000001 | 110001 | 1010111 |
Color Harmonies of #CDE7EE
Complementary color
Monochromatic Colors of #CDE7EE
Black with #CDE7EE
Text Example
Text Example
White with #CDE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7EE; }
p { color: rgb(205,231,238); }
H1.HeaderClassName
{
color: #CDE7EE;
}
.AnyTagClassName
{
color: #CDE7EE;
}
</style>
background-color css
<style>
a { background-color: #CDE7EE; }
a { background-color: rgb(205,231,238); }
div.DivClassName
{
background-color: #CDE7EE;
}
.BgClassName
{
background-color: #CDE7EE;
}
</style>
border-color css
<style>
span { border-color: #CDE7EE; }
span { border-color: rgb(205,231,238); }
td.TdClassName
{
border-color: #CDE7EE;
}
.TagClassName
{
border-color: #CDE7EE;
}
</style>