Shades of Onahau #CEDEE1
Tints of Onahau #CEDEE1
RGB
CMYK
RGB Variations
Color information
#CEDEE1 (or 0xCEDEE1) is known color: Onahau. HEX triplet: CE, DE and E1. RGB value is (206,222,225). Sum of RGB (Red+Green+Blue) = 206+222+225=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEE1 is #31211E. Grayscale: #D9D9D9. Windows color (decimal): -3219743 or 14802638. OLE color: 14802638.
HSL color Cylindrical-coordinate representation of color #CEDEE1: hue angle of 189.47º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDEE1 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 206 | 222 | 225 | - |
CMYK | 0.08 | 0.01 | 0 | 0.12 |
HSL | 189.47º | 0.24% | 0.85% | - |
HSV(B) | 189.47º | 0.08% | 0.88% | - |
XYZ | 65.17 | 70.8 | 81.47 | - |
YUV | 217.56 | 132.2 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 222 | 225 | 0.08 | 0.01 | 0 | 0.12 | 189.47 | 0.24 | 0.85 |
Hex | CE | DE | E1 | 8 | 1 | 0 | C | BD | 18 | 55 |
Octal | 316 | 336 | 341 | 10 | 1 | 0 | 14 | 275 | 30 | 125 |
Binary | 11001110 | 11011110 | 11100001 | 1000 | 1 | 0 | 1100 | 10111101 | 11000 | 1010101 |
Color Harmonies of #CEDEE1
Complementary color
Monochromatic Colors of #CEDEE1
Black with #CEDEE1
Text Example
Text Example
White with #CEDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEE1; }
p { color: rgb(206,222,225); }
H1.HeaderClassName
{
color: #CEDEE1;
}
.AnyTagClassName
{
color: #CEDEE1;
}
</style>
background-color css
<style>
a { background-color: #CEDEE1; }
a { background-color: rgb(206,222,225); }
div.DivClassName
{
background-color: #CEDEE1;
}
.BgClassName
{
background-color: #CEDEE1;
}
</style>
border-color css
<style>
span { border-color: #CEDEE1; }
span { border-color: rgb(206,222,225); }
td.TdClassName
{
border-color: #CEDEE1;
}
.TagClassName
{
border-color: #CEDEE1;
}
</style>