Shades of Foam #CDF4ED
Tints of Foam #CDF4ED
RGB
CMYK
RGB Variations
Color information
#CDF4ED (or 0xCDF4ED) is known color: Foam. HEX triplet: CD, F4 and ED. RGB value is (205,244,237). Sum of RGB (Red+Green+Blue) = 205+244+237=686 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.88% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF4ED is #320B12. Grayscale: #E7E7E7. Windows color (decimal): -3279635 or 15594701. OLE color: 15594701.
HSL color Cylindrical-coordinate representation of color #CDF4ED: hue angle of 169.23º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF4ED is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 244 | 237 | - |
CMYK | 0.16 | 0 | 0.03 | 0.04 |
HSL | 169.23º | 0.64% | 0.88% | - |
HSV(B) | 169.23º | 0.16% | 0.96% | - |
XYZ | 72.81 | 83.79 | 92.46 | - |
YUV | 231.54 | 131.08 | 109.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 244 | 237 | 0.16 | 0 | 0.03 | 0.04 | 169.23 | 0.64 | 0.88 |
Hex | CD | F4 | ED | 10 | 0 | 3 | 4 | A9 | 40 | 58 |
Octal | 315 | 364 | 355 | 20 | 0 | 3 | 4 | 251 | 100 | 130 |
Binary | 11001101 | 11110100 | 11101101 | 10000 | 0 | 11 | 100 | 10101001 | 1000000 | 1011000 |
Color Harmonies of #CDF4ED
Complementary color
Monochromatic Colors of #CDF4ED
Black with #CDF4ED
Text Example
Text Example
White with #CDF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4ED; }
p { color: rgb(205,244,237); }
H1.HeaderClassName
{
color: #CDF4ED;
}
.AnyTagClassName
{
color: #CDF4ED;
}
</style>
background-color css
<style>
a { background-color: #CDF4ED; }
a { background-color: rgb(205,244,237); }
div.DivClassName
{
background-color: #CDF4ED;
}
.BgClassName
{
background-color: #CDF4ED;
}
</style>
border-color css
<style>
span { border-color: #CDF4ED; }
span { border-color: rgb(205,244,237); }
td.TdClassName
{
border-color: #CDF4ED;
}
.TagClassName
{
border-color: #CDF4ED;
}
</style>