Shades of Onahau #CDF2F9
Tints of Onahau #CDF2F9
RGB
CMYK
RGB Variations
Color information
#CDF2F9 (or 0xCDF2F9) is known color: Onahau. HEX triplet: CD, F2 and F9. RGB value is (205,242,249). Sum of RGB (Red+Green+Blue) = 205+242+249=696 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.45% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2F9 is #320D06. Grayscale: #E7E7E7. Windows color (decimal): -3280135 or 16380621. OLE color: 16380621.
HSL color Cylindrical-coordinate representation of color #CDF2F9: hue angle of 189.55º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF2F9 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 242 | 249 | - |
CMYK | 0.18 | 0.03 | 0 | 0.02 |
HSL | 189.55º | 0.79% | 0.89% | - |
HSV(B) | 189.55º | 0.18% | 0.98% | - |
XYZ | 74.03 | 83.32 | 101.8 | - |
YUV | 231.74 | 137.74 | 108.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 242 | 249 | 0.18 | 0.03 | 0 | 0.02 | 189.55 | 0.79 | 0.89 |
Hex | CD | F2 | F9 | 12 | 3 | 0 | 2 | BE | 4F | 59 |
Octal | 315 | 362 | 371 | 22 | 3 | 0 | 2 | 276 | 117 | 131 |
Binary | 11001101 | 11110010 | 11111001 | 10010 | 11 | 0 | 10 | 10111110 | 1001111 | 1011001 |
Color Harmonies of #CDF2F9
Complementary color
Monochromatic Colors of #CDF2F9
Black with #CDF2F9
Text Example
Text Example
White with #CDF2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2F9; }
p { color: rgb(205,242,249); }
H1.HeaderClassName
{
color: #CDF2F9;
}
.AnyTagClassName
{
color: #CDF2F9;
}
</style>
background-color css
<style>
a { background-color: #CDF2F9; }
a { background-color: rgb(205,242,249); }
div.DivClassName
{
background-color: #CDF2F9;
}
.BgClassName
{
background-color: #CDF2F9;
}
</style>
border-color css
<style>
span { border-color: #CDF2F9; }
span { border-color: rgb(205,242,249); }
td.TdClassName
{
border-color: #CDF2F9;
}
.TagClassName
{
border-color: #CDF2F9;
}
</style>