Shades of Foam #CDF5EF
Tints of Foam #CDF5EF
RGB
CMYK
RGB Variations
Color information
#CDF5EF (or 0xCDF5EF) is known color: Foam. HEX triplet: CD, F5 and EF. RGB value is (205,245,239). Sum of RGB (Red+Green+Blue) = 205+245+239=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF5EF is #320A10. Grayscale: #E8E8E8. Windows color (decimal): -3279377 or 15726029. OLE color: 15726029.
HSL color Cylindrical-coordinate representation of color #CDF5EF: hue angle of 171º degrees, saturation: 0.67, 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 #CDF5EF is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 245 | 239 | - |
CMYK | 0.16 | 0 | 0.02 | 0.04 |
HSL | 171º | 0.67% | 0.88% | - |
HSV(B) | 171º | 0.16% | 0.96% | - |
XYZ | 73.41 | 84.52 | 94.11 | - |
YUV | 232.36 | 131.75 | 108.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 245 | 239 | 0.16 | 0 | 0.02 | 0.04 | 171 | 0.67 | 0.88 |
Hex | CD | F5 | EF | 10 | 0 | 2 | 4 | AB | 43 | 58 |
Octal | 315 | 365 | 357 | 20 | 0 | 2 | 4 | 253 | 103 | 130 |
Binary | 11001101 | 11110101 | 11101111 | 10000 | 0 | 10 | 100 | 10101011 | 1000011 | 1011000 |
Color Harmonies of #CDF5EF
Complementary color
Monochromatic Colors of #CDF5EF
Black with #CDF5EF
Text Example
Text Example
White with #CDF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5EF; }
p { color: rgb(205,245,239); }
H1.HeaderClassName
{
color: #CDF5EF;
}
.AnyTagClassName
{
color: #CDF5EF;
}
</style>
background-color css
<style>
a { background-color: #CDF5EF; }
a { background-color: rgb(205,245,239); }
div.DivClassName
{
background-color: #CDF5EF;
}
.BgClassName
{
background-color: #CDF5EF;
}
</style>
border-color css
<style>
span { border-color: #CDF5EF; }
span { border-color: rgb(205,245,239); }
td.TdClassName
{
border-color: #CDF5EF;
}
.TagClassName
{
border-color: #CDF5EF;
}
</style>