Shades of Onahau #CDECF4
Tints of Onahau #CDECF4
RGB
CMYK
RGB Variations
Color information
#CDECF4 (or 0xCDECF4) is known color: Onahau. HEX triplet: CD, EC and F4. RGB value is (205,236,244). Sum of RGB (Red+Green+Blue) = 205+236+244=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECF4 is #32130B. Grayscale: #E3E3E3. Windows color (decimal): -3281676 or 16051405. OLE color: 16051405.
HSL color Cylindrical-coordinate representation of color #CDECF4: hue angle of 192.31º 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 #CDECF4 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 236 | 244 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.04 |
| HSL | 192.31º | 0.64% | 0.88% | - |
| HSV(B) | 192.31º | 0.16% | 0.96% | - |
| XYZ | 71.5 | 79.5 | 97.16 | - |
| YUV | 227.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 244 | 0.16 | 0.03 | 0 | 0.04 | 192.31 | 0.64 | 0.88 |
| Hex | CD | EC | F4 | 10 | 3 | 0 | 4 | C0 | 40 | 58 |
| Octal | 315 | 354 | 364 | 20 | 3 | 0 | 4 | 300 | 100 | 130 |
| Binary | 11001101 | 11101100 | 11110100 | 10000 | 11 | 0 | 100 | 11000000 | 1000000 | 1011000 |
Color Harmonies of #CDECF4
Complementary color
Monochromatic Colors of #CDECF4
Black with #CDECF4
Text Example
Text Example
White with #CDECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECF4; }
p { color: rgb(205,236,244); }
H1.HeaderClassName
{
color: #CDECF4;
}
.AnyTagClassName
{
color: #CDECF4;
}
</style>
background-color css
<style>
a { background-color: #CDECF4; }
a { background-color: rgb(205,236,244); }
div.DivClassName
{
background-color: #CDECF4;
}
.BgClassName
{
background-color: #CDECF4;
}
</style>
border-color css
<style>
span { border-color: #CDECF4; }
span { border-color: rgb(205,236,244); }
td.TdClassName
{
border-color: #CDECF4;
}
.TagClassName
{
border-color: #CDECF4;
}
</style>