Shades of Onahau #CFDEE2
Tints of Onahau #CFDEE2
RGB
CMYK
RGB Variations
Color information
#CFDEE2 (or 0xCFDEE2) is known color: Onahau. HEX triplet: CF, DE and E2. RGB value is (207,222,226). Sum of RGB (Red+Green+Blue) = 207+222+226=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFDEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEE2 is #30211D. Grayscale: #D9D9D9. Windows color (decimal): -3154206 or 14868175. OLE color: 14868175.
HSL color Cylindrical-coordinate representation of color #CFDEE2: hue angle of 192.63º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDEE2 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 207 | 222 | 226 | - |
CMYK | 0.08 | 0.02 | 0 | 0.11 |
HSL | 192.63º | 0.25% | 0.85% | - |
HSV(B) | 192.63º | 0.08% | 0.89% | - |
XYZ | 65.58 | 71 | 82.2 | - |
YUV | 217.97 | 132.53 | 120.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 222 | 226 | 0.08 | 0.02 | 0 | 0.11 | 192.63 | 0.25 | 0.85 |
Hex | CF | DE | E2 | 8 | 2 | 0 | B | C1 | 19 | 55 |
Octal | 317 | 336 | 342 | 10 | 2 | 0 | 13 | 301 | 31 | 125 |
Binary | 11001111 | 11011110 | 11100010 | 1000 | 10 | 0 | 1011 | 11000001 | 11001 | 1010101 |
Color Harmonies of #CFDEE2
Complementary color
Monochromatic Colors of #CFDEE2
Black with #CFDEE2
Text Example
Text Example
White with #CFDEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEE2; }
p { color: rgb(207,222,226); }
H1.HeaderClassName
{
color: #CFDEE2;
}
.AnyTagClassName
{
color: #CFDEE2;
}
</style>
background-color css
<style>
a { background-color: #CFDEE2; }
a { background-color: rgb(207,222,226); }
div.DivClassName
{
background-color: #CFDEE2;
}
.BgClassName
{
background-color: #CFDEE2;
}
</style>
border-color css
<style>
span { border-color: #CFDEE2; }
span { border-color: rgb(207,222,226); }
td.TdClassName
{
border-color: #CFDEE2;
}
.TagClassName
{
border-color: #CFDEE2;
}
</style>