Shades of Foam #CDFDF5
Tints of Foam #CDFDF5
RGB
CMYK
RGB Variations
Color information
#CDFDF5 (or 0xCDFDF5) is known color: Foam. HEX triplet: CD, FD and F5. RGB value is (205,253,245). Sum of RGB (Red+Green+Blue) = 205+253+245=703 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.16% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFDF5 is #32020A. Grayscale: #EDEDED. Windows color (decimal): -3277323 or 16121293. OLE color: 16121293.
HSL color Cylindrical-coordinate representation of color #CDFDF5: hue angle of 170º 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 #CDFDF5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 245 | - |
CMYK | 0.19 | 0 | 0.03 | 0.01 |
HSL | 170º | 0.92% | 0.9% | - |
HSV(B) | 170º | 0.19% | 0.99% | - |
XYZ | 76.78 | 89.82 | 99.68 | - |
YUV | 237.74 | 132.1 | 104.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 245 | 0.19 | 0 | 0.03 | 0.01 | 170 | 0.92 | 0.9 |
Hex | CD | FD | F5 | 13 | 0 | 3 | 1 | AA | 5C | 5A |
Octal | 315 | 375 | 365 | 23 | 0 | 3 | 1 | 252 | 134 | 132 |
Binary | 11001101 | 11111101 | 11110101 | 10011 | 0 | 11 | 1 | 10101010 | 1011100 | 1011010 |
Color Harmonies of #CDFDF5
Complementary color
Monochromatic Colors of #CDFDF5
Black with #CDFDF5
Text Example
Text Example
White with #CDFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDF5; }
p { color: rgb(205,253,245); }
H1.HeaderClassName
{
color: #CDFDF5;
}
.AnyTagClassName
{
color: #CDFDF5;
}
</style>
background-color css
<style>
a { background-color: #CDFDF5; }
a { background-color: rgb(205,253,245); }
div.DivClassName
{
background-color: #CDFDF5;
}
.BgClassName
{
background-color: #CDFDF5;
}
</style>
border-color css
<style>
span { border-color: #CDFDF5; }
span { border-color: rgb(205,253,245); }
td.TdClassName
{
border-color: #CDFDF5;
}
.TagClassName
{
border-color: #CDFDF5;
}
</style>