Shades of Foam #CDF3ED
Tints of Foam #CDF3ED
RGB
CMYK
RGB Variations
Color information
#CDF3ED (or 0xCDF3ED) is known color: Foam. HEX triplet: CD, F3 and ED. RGB value is (205,243,237). Sum of RGB (Red+Green+Blue) = 205+243+237=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF3ED is #320C12. Grayscale: #E6E6E6. Windows color (decimal): -3279891 or 15594445. OLE color: 15594445.
HSL color Cylindrical-coordinate representation of color #CDF3ED: hue angle of 170.53º 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 #CDF3ED is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 243 | 237 | - |
CMYK | 0.16 | 0 | 0.02 | 0.05 |
HSL | 170.53º | 0.61% | 0.88% | - |
HSV(B) | 170.53º | 0.16% | 0.95% | - |
XYZ | 72.51 | 83.19 | 92.36 | - |
YUV | 230.95 | 131.41 | 109.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 243 | 237 | 0.16 | 0 | 0.02 | 0.05 | 170.53 | 0.61 | 0.88 |
Hex | CD | F3 | ED | 10 | 0 | 2 | 5 | AB | 3D | 58 |
Octal | 315 | 363 | 355 | 20 | 0 | 2 | 5 | 253 | 75 | 130 |
Binary | 11001101 | 11110011 | 11101101 | 10000 | 0 | 10 | 101 | 10101011 | 111101 | 1011000 |
Color Harmonies of #CDF3ED
Complementary color
Monochromatic Colors of #CDF3ED
Black with #CDF3ED
Text Example
Text Example
White with #CDF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3ED; }
p { color: rgb(205,243,237); }
H1.HeaderClassName
{
color: #CDF3ED;
}
.AnyTagClassName
{
color: #CDF3ED;
}
</style>
background-color css
<style>
a { background-color: #CDF3ED; }
a { background-color: rgb(205,243,237); }
div.DivClassName
{
background-color: #CDF3ED;
}
.BgClassName
{
background-color: #CDF3ED;
}
</style>
border-color css
<style>
span { border-color: #CDF3ED; }
span { border-color: rgb(205,243,237); }
td.TdClassName
{
border-color: #CDF3ED;
}
.TagClassName
{
border-color: #CDF3ED;
}
</style>