Shades of Foam #CDF9F2
Tints of Foam #CDF9F2
RGB
CMYK
RGB Variations
Color information
#CDF9F2 (or 0xCDF9F2) is known color: Foam. HEX triplet: CD, F9 and F2. RGB value is (205,249,242). Sum of RGB (Red+Green+Blue) = 205+249+242=696 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.45% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF9F2 is #32060D. Grayscale: #EBEBEB. Windows color (decimal): -3278350 or 15923661. OLE color: 15923661.
HSL color Cylindrical-coordinate representation of color #CDF9F2: hue angle of 170.45º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF9F2 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 249 | 242 | - |
CMYK | 0.18 | 0 | 0.03 | 0.02 |
HSL | 170.45º | 0.79% | 0.89% | - |
HSV(B) | 170.45º | 0.18% | 0.98% | - |
XYZ | 75.08 | 87.14 | 96.87 | - |
YUV | 235.05 | 131.92 | 106.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 249 | 242 | 0.18 | 0 | 0.03 | 0.02 | 170.45 | 0.79 | 0.89 |
Hex | CD | F9 | F2 | 12 | 0 | 3 | 2 | AA | 4F | 59 |
Octal | 315 | 371 | 362 | 22 | 0 | 3 | 2 | 252 | 117 | 131 |
Binary | 11001101 | 11111001 | 11110010 | 10010 | 0 | 11 | 10 | 10101010 | 1001111 | 1011001 |
Color Harmonies of #CDF9F2
Complementary color
Monochromatic Colors of #CDF9F2
Black with #CDF9F2
Text Example
Text Example
White with #CDF9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9F2; }
p { color: rgb(205,249,242); }
H1.HeaderClassName
{
color: #CDF9F2;
}
.AnyTagClassName
{
color: #CDF9F2;
}
</style>
background-color css
<style>
a { background-color: #CDF9F2; }
a { background-color: rgb(205,249,242); }
div.DivClassName
{
background-color: #CDF9F2;
}
.BgClassName
{
background-color: #CDF9F2;
}
</style>
border-color css
<style>
span { border-color: #CDF9F2; }
span { border-color: rgb(205,249,242); }
td.TdClassName
{
border-color: #CDF9F2;
}
.TagClassName
{
border-color: #CDF9F2;
}
</style>