Shades of Onahau #CFEDF3
Tints of Onahau #CFEDF3
RGB
CMYK
RGB Variations
Color information
#CFEDF3 (or 0xCFEDF3) is known color: Onahau. HEX triplet: CF, ED and F3. RGB value is (207,237,243). Sum of RGB (Red+Green+Blue) = 207+237+243=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFEDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDF3 is #30120C. Grayscale: #E4E4E4. Windows color (decimal): -3150349 or 15986127. OLE color: 15986127.
HSL color Cylindrical-coordinate representation of color #CFEDF3: hue angle of 190º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFEDF3 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 237 | 243 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.05 |
| HSL | 190º | 0.6% | 0.88% | - |
| HSV(B) | 190º | 0.15% | 0.95% | - |
| XYZ | 72.19 | 80.3 | 96.49 | - |
| YUV | 228.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 243 | 0.15 | 0.02 | 0 | 0.05 | 190 | 0.6 | 0.88 |
| Hex | CF | ED | F3 | F | 2 | 0 | 5 | BE | 3C | 58 |
| Octal | 317 | 355 | 363 | 17 | 2 | 0 | 5 | 276 | 74 | 130 |
| Binary | 11001111 | 11101101 | 11110011 | 1111 | 10 | 0 | 101 | 10111110 | 111100 | 1011000 |
Color Harmonies of #CFEDF3
Complementary color
Monochromatic Colors of #CFEDF3
Black with #CFEDF3
Text Example
Text Example
White with #CFEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDF3; }
p { color: rgb(207,237,243); }
H1.HeaderClassName
{
color: #CFEDF3;
}
.AnyTagClassName
{
color: #CFEDF3;
}
</style>
background-color css
<style>
a { background-color: #CFEDF3; }
a { background-color: rgb(207,237,243); }
div.DivClassName
{
background-color: #CFEDF3;
}
.BgClassName
{
background-color: #CFEDF3;
}
</style>
border-color css
<style>
span { border-color: #CFEDF3; }
span { border-color: rgb(207,237,243); }
td.TdClassName
{
border-color: #CFEDF3;
}
.TagClassName
{
border-color: #CFEDF3;
}
</style>