Shades of Onahau #CDF4FD
Tints of Onahau #CDF4FD
RGB
CMYK
RGB Variations
Color information
#CDF4FD (or 0xCDF4FD) is known color: Onahau. HEX triplet: CD, F4 and FD. RGB value is (205,244,253). Sum of RGB (Red+Green+Blue) = 205+244+253=702 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.20% from 702); Green value is 244 (95.70% from 255 or 34.76% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDF4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF4FD is #320B02. Grayscale: #E9E9E9. Windows color (decimal): -3279619 or 16643277. OLE color: 16643277.
HSL color Cylindrical-coordinate representation of color #CDF4FD: hue angle of 191.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDF4FD is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 244 | 253 | - |
CMYK | 0.19 | 0.04 | 0 | 0.01 |
HSL | 191.25º | 0.92% | 0.9% | - |
HSV(B) | 191.25º | 0.19% | 0.99% | - |
XYZ | 75.26 | 84.77 | 105.32 | - |
YUV | 233.37 | 139.08 | 107.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 244 | 253 | 0.19 | 0.04 | 0 | 0.01 | 191.25 | 0.92 | 0.9 |
Hex | CD | F4 | FD | 13 | 4 | 0 | 1 | BF | 5C | 5A |
Octal | 315 | 364 | 375 | 23 | 4 | 0 | 1 | 277 | 134 | 132 |
Binary | 11001101 | 11110100 | 11111101 | 10011 | 100 | 0 | 1 | 10111111 | 1011100 | 1011010 |
Color Harmonies of #CDF4FD
Complementary color
Monochromatic Colors of #CDF4FD
Black with #CDF4FD
Text Example
Text Example
White with #CDF4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4FD; }
p { color: rgb(205,244,253); }
H1.HeaderClassName
{
color: #CDF4FD;
}
.AnyTagClassName
{
color: #CDF4FD;
}
</style>
background-color css
<style>
a { background-color: #CDF4FD; }
a { background-color: rgb(205,244,253); }
div.DivClassName
{
background-color: #CDF4FD;
}
.BgClassName
{
background-color: #CDF4FD;
}
</style>
border-color css
<style>
span { border-color: #CDF4FD; }
span { border-color: rgb(205,244,253); }
td.TdClassName
{
border-color: #CDF4FD;
}
.TagClassName
{
border-color: #CDF4FD;
}
</style>