Shades of Foam #CDF3EE
Tints of Foam #CDF3EE
RGB
CMYK
RGB Variations
Color information
#CDF3EE (or 0xCDF3EE) is known color: Foam. HEX triplet: CD, F3 and EE. RGB value is (205,243,238). Sum of RGB (Red+Green+Blue) = 205+243+238=686 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.88% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF3EE is #320C11. Grayscale: #E7E7E7. Windows color (decimal): -3279890 or 15659981. OLE color: 15659981.
HSL color Cylindrical-coordinate representation of color #CDF3EE: hue angle of 172.11º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF3EE is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 243 | 238 | - |
CMYK | 0.16 | 0 | 0.02 | 0.05 |
HSL | 172.11º | 0.61% | 0.88% | - |
HSV(B) | 172.11º | 0.16% | 0.95% | - |
XYZ | 72.66 | 83.25 | 93.13 | - |
YUV | 231.07 | 131.91 | 109.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 243 | 238 | 0.16 | 0 | 0.02 | 0.05 | 172.11 | 0.61 | 0.88 |
Hex | CD | F3 | EE | 10 | 0 | 2 | 5 | AC | 3D | 58 |
Octal | 315 | 363 | 356 | 20 | 0 | 2 | 5 | 254 | 75 | 130 |
Binary | 11001101 | 11110011 | 11101110 | 10000 | 0 | 10 | 101 | 10101100 | 111101 | 1011000 |
Color Harmonies of #CDF3EE
Complementary color
Monochromatic Colors of #CDF3EE
Black with #CDF3EE
Text Example
Text Example
White with #CDF3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3EE; }
p { color: rgb(205,243,238); }
H1.HeaderClassName
{
color: #CDF3EE;
}
.AnyTagClassName
{
color: #CDF3EE;
}
</style>
background-color css
<style>
a { background-color: #CDF3EE; }
a { background-color: rgb(205,243,238); }
div.DivClassName
{
background-color: #CDF3EE;
}
.BgClassName
{
background-color: #CDF3EE;
}
</style>
border-color css
<style>
span { border-color: #CDF3EE; }
span { border-color: rgb(205,243,238); }
td.TdClassName
{
border-color: #CDF3EE;
}
.TagClassName
{
border-color: #CDF3EE;
}
</style>