Shades of Foam #CDFDF4
Tints of Foam #CDFDF4
RGB
CMYK
RGB Variations
Color information
#CDFDF4 (or 0xCDFDF4) is known color: Foam. HEX triplet: CD, FD and F4. RGB value is (205,253,244). Sum of RGB (Red+Green+Blue) = 205+253+244=702 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.20% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFDF4 is #32020B. Grayscale: #EDEDED. Windows color (decimal): -3277324 or 16055757. OLE color: 16055757.
HSL color Cylindrical-coordinate representation of color #CDFDF4: hue angle of 168.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFDF4 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 244 | - |
CMYK | 0.19 | 0 | 0.04 | 0.01 |
HSL | 168.75º | 0.92% | 0.9% | - |
HSV(B) | 168.75º | 0.19% | 0.99% | - |
XYZ | 76.63 | 89.76 | 98.87 | - |
YUV | 237.62 | 131.6 | 104.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 244 | 0.19 | 0 | 0.04 | 0.01 | 168.75 | 0.92 | 0.9 |
Hex | CD | FD | F4 | 13 | 0 | 4 | 1 | A9 | 5C | 5A |
Octal | 315 | 375 | 364 | 23 | 0 | 4 | 1 | 251 | 134 | 132 |
Binary | 11001101 | 11111101 | 11110100 | 10011 | 0 | 100 | 1 | 10101001 | 1011100 | 1011010 |
Color Harmonies of #CDFDF4
Complementary color
Monochromatic Colors of #CDFDF4
Black with #CDFDF4
Text Example
Text Example
White with #CDFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDF4; }
p { color: rgb(205,253,244); }
H1.HeaderClassName
{
color: #CDFDF4;
}
.AnyTagClassName
{
color: #CDFDF4;
}
</style>
background-color css
<style>
a { background-color: #CDFDF4; }
a { background-color: rgb(205,253,244); }
div.DivClassName
{
background-color: #CDFDF4;
}
.BgClassName
{
background-color: #CDFDF4;
}
</style>
border-color css
<style>
span { border-color: #CDFDF4; }
span { border-color: rgb(205,253,244); }
td.TdClassName
{
border-color: #CDFDF4;
}
.TagClassName
{
border-color: #CDFDF4;
}
</style>