Shades of Onahau #CDEEF4
Tints of Onahau #CDEEF4
RGB
CMYK
RGB Variations
Color information
#CDEEF4 (or 0xCDEEF4) is known color: Onahau. HEX triplet: CD, EE and F4. RGB value is (205,238,244). Sum of RGB (Red+Green+Blue) = 205+238+244=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEEF4 is #32110B. Grayscale: #E4E4E4. Windows color (decimal): -3281164 or 16051917. OLE color: 16051917.
HSL color Cylindrical-coordinate representation of color #CDEEF4: hue angle of 189.23º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEEF4 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 238 | 244 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.04 |
| HSL | 189.23º | 0.64% | 0.88% | - |
| HSV(B) | 189.23º | 0.16% | 0.96% | - |
| XYZ | 72.08 | 80.66 | 97.36 | - |
| YUV | 228.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 244 | 0.16 | 0.02 | 0 | 0.04 | 189.23 | 0.64 | 0.88 |
| Hex | CD | EE | F4 | 10 | 2 | 0 | 4 | BD | 40 | 58 |
| Octal | 315 | 356 | 364 | 20 | 2 | 0 | 4 | 275 | 100 | 130 |
| Binary | 11001101 | 11101110 | 11110100 | 10000 | 10 | 0 | 100 | 10111101 | 1000000 | 1011000 |
Color Harmonies of #CDEEF4
Complementary color
Monochromatic Colors of #CDEEF4
Black with #CDEEF4
Text Example
Text Example
White with #CDEEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEF4; }
p { color: rgb(205,238,244); }
H1.HeaderClassName
{
color: #CDEEF4;
}
.AnyTagClassName
{
color: #CDEEF4;
}
</style>
background-color css
<style>
a { background-color: #CDEEF4; }
a { background-color: rgb(205,238,244); }
div.DivClassName
{
background-color: #CDEEF4;
}
.BgClassName
{
background-color: #CDEEF4;
}
</style>
border-color css
<style>
span { border-color: #CDEEF4; }
span { border-color: rgb(205,238,244); }
td.TdClassName
{
border-color: #CDEEF4;
}
.TagClassName
{
border-color: #CDEEF4;
}
</style>