Shades of Onahau #CDF1F7
Tints of Onahau #CDF1F7
RGB
CMYK
RGB Variations
Color information
#CDF1F7 (or 0xCDF1F7) is known color: Onahau. HEX triplet: CD, F1 and F7. RGB value is (205,241,247). Sum of RGB (Red+Green+Blue) = 205+241+247=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDF1F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF1F7 is #320E08. Grayscale: #E6E6E6. Windows color (decimal): -3280393 or 16249293. OLE color: 16249293.
HSL color Cylindrical-coordinate representation of color #CDF1F7: hue angle of 188.57º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF1F7 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 205 | 241 | 247 | - |
CMYK | 0.17 | 0.02 | 0 | 0.03 |
HSL | 188.57º | 0.72% | 0.89% | - |
HSV(B) | 188.57º | 0.17% | 0.97% | - |
XYZ | 73.42 | 82.61 | 100.07 | - |
YUV | 230.92 | 137.07 | 109.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 241 | 247 | 0.17 | 0.02 | 0 | 0.03 | 188.57 | 0.72 | 0.89 |
Hex | CD | F1 | F7 | 11 | 2 | 0 | 3 | BD | 48 | 59 |
Octal | 315 | 361 | 367 | 21 | 2 | 0 | 3 | 275 | 110 | 131 |
Binary | 11001101 | 11110001 | 11110111 | 10001 | 10 | 0 | 11 | 10111101 | 1001000 | 1011001 |
Color Harmonies of #CDF1F7
Complementary color
Monochromatic Colors of #CDF1F7
Black with #CDF1F7
Text Example
Text Example
White with #CDF1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1F7; }
p { color: rgb(205,241,247); }
H1.HeaderClassName
{
color: #CDF1F7;
}
.AnyTagClassName
{
color: #CDF1F7;
}
</style>
background-color css
<style>
a { background-color: #CDF1F7; }
a { background-color: rgb(205,241,247); }
div.DivClassName
{
background-color: #CDF1F7;
}
.BgClassName
{
background-color: #CDF1F7;
}
</style>
border-color css
<style>
span { border-color: #CDF1F7; }
span { border-color: rgb(205,241,247); }
td.TdClassName
{
border-color: #CDF1F7;
}
.TagClassName
{
border-color: #CDF1F7;
}
</style>