Shades of Onahau #CFE2E6
Tints of Onahau #CFE2E6
RGB
CMYK
RGB Variations
Color information
#CFE2E6 (or 0xCFE2E6) is known color: Onahau. HEX triplet: CF, E2 and E6. RGB value is (207,226,230). Sum of RGB (Red+Green+Blue) = 207+226+230=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFE2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2E6 is #301D19. Grayscale: #DCDCDC. Windows color (decimal): -3153178 or 15131343. OLE color: 15131343.
HSL color Cylindrical-coordinate representation of color #CFE2E6: hue angle of 190.43º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE2E6 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 207 | 226 | 230 | - |
CMYK | 0.10 | 0.02 | 0 | 0.10 |
HSL | 190.43º | 0.32% | 0.86% | - |
HSV(B) | 190.43º | 0.1% | 0.9% | - |
XYZ | 67.21 | 73.37 | 85.48 | - |
YUV | 220.78 | 133.21 | 118.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 226 | 230 | 0.10 | 0.02 | 0 | 0.10 | 190.43 | 0.32 | 0.86 |
Hex | CF | E2 | E6 | A | 2 | 0 | A | BE | 20 | 56 |
Octal | 317 | 342 | 346 | 12 | 2 | 0 | 12 | 276 | 40 | 126 |
Binary | 11001111 | 11100010 | 11100110 | 1010 | 10 | 0 | 1010 | 10111110 | 100000 | 1010110 |
Color Harmonies of #CFE2E6
Complementary color
Monochromatic Colors of #CFE2E6
Black with #CFE2E6
Text Example
Text Example
White with #CFE2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2E6; }
p { color: rgb(207,226,230); }
H1.HeaderClassName
{
color: #CFE2E6;
}
.AnyTagClassName
{
color: #CFE2E6;
}
</style>
background-color css
<style>
a { background-color: #CFE2E6; }
a { background-color: rgb(207,226,230); }
div.DivClassName
{
background-color: #CFE2E6;
}
.BgClassName
{
background-color: #CFE2E6;
}
</style>
border-color css
<style>
span { border-color: #CFE2E6; }
span { border-color: rgb(207,226,230); }
td.TdClassName
{
border-color: #CFE2E6;
}
.TagClassName
{
border-color: #CFE2E6;
}
</style>