Shades of Foam #CDF4EE
Tints of Foam #CDF4EE
RGB
CMYK
RGB Variations
Color information
#CDF4EE (or 0xCDF4EE) is known color: Foam. HEX triplet: CD, F4 and EE. RGB value is (205,244,238). Sum of RGB (Red+Green+Blue) = 205+244+238=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF4EE is #320B11. Grayscale: #E7E7E7. Windows color (decimal): -3279634 or 15660237. OLE color: 15660237.
HSL color Cylindrical-coordinate representation of color #CDF4EE: hue angle of 170.77º 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 #CDF4EE is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 244 | 238 | - |
CMYK | 0.16 | 0 | 0.02 | 0.04 |
HSL | 170.77º | 0.64% | 0.88% | - |
HSV(B) | 170.77º | 0.16% | 0.96% | - |
XYZ | 72.96 | 83.85 | 93.23 | - |
YUV | 231.66 | 131.58 | 108.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 244 | 238 | 0.16 | 0 | 0.02 | 0.04 | 170.77 | 0.64 | 0.88 |
Hex | CD | F4 | EE | 10 | 0 | 2 | 4 | AB | 40 | 58 |
Octal | 315 | 364 | 356 | 20 | 0 | 2 | 4 | 253 | 100 | 130 |
Binary | 11001101 | 11110100 | 11101110 | 10000 | 0 | 10 | 100 | 10101011 | 1000000 | 1011000 |
Color Harmonies of #CDF4EE
Complementary color
Monochromatic Colors of #CDF4EE
Black with #CDF4EE
Text Example
Text Example
White with #CDF4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4EE; }
p { color: rgb(205,244,238); }
H1.HeaderClassName
{
color: #CDF4EE;
}
.AnyTagClassName
{
color: #CDF4EE;
}
</style>
background-color css
<style>
a { background-color: #CDF4EE; }
a { background-color: rgb(205,244,238); }
div.DivClassName
{
background-color: #CDF4EE;
}
.BgClassName
{
background-color: #CDF4EE;
}
</style>
border-color css
<style>
span { border-color: #CDF4EE; }
span { border-color: rgb(205,244,238); }
td.TdClassName
{
border-color: #CDF4EE;
}
.TagClassName
{
border-color: #CDF4EE;
}
</style>