Shades of Foam #CDF1EB
Tints of Foam #CDF1EB
RGB
CMYK
RGB Variations
Color information
#CDF1EB (or 0xCDF1EB) is known color: Foam. HEX triplet: CD, F1 and EB. RGB value is (205,241,235). Sum of RGB (Red+Green+Blue) = 205+241+235=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF1EB is #320E14. Grayscale: #E5E5E5. Windows color (decimal): -3280405 or 15462861. OLE color: 15462861.
HSL color Cylindrical-coordinate representation of color #CDF1EB: hue angle of 170º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF1EB is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 241 | 235 | - |
CMYK | 0.15 | 0 | 0.02 | 0.05 |
HSL | 170º | 0.56% | 0.87% | - |
HSV(B) | 170º | 0.15% | 0.95% | - |
XYZ | 71.63 | 81.89 | 90.63 | - |
YUV | 229.55 | 131.07 | 110.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 241 | 235 | 0.15 | 0 | 0.02 | 0.05 | 170 | 0.56 | 0.87 |
Hex | CD | F1 | EB | F | 0 | 2 | 5 | AA | 38 | 57 |
Octal | 315 | 361 | 353 | 17 | 0 | 2 | 5 | 252 | 70 | 127 |
Binary | 11001101 | 11110001 | 11101011 | 1111 | 0 | 10 | 101 | 10101010 | 111000 | 1010111 |
Color Harmonies of #CDF1EB
Complementary color
Monochromatic Colors of #CDF1EB
Black with #CDF1EB
Text Example
Text Example
White with #CDF1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1EB; }
p { color: rgb(205,241,235); }
H1.HeaderClassName
{
color: #CDF1EB;
}
.AnyTagClassName
{
color: #CDF1EB;
}
</style>
background-color css
<style>
a { background-color: #CDF1EB; }
a { background-color: rgb(205,241,235); }
div.DivClassName
{
background-color: #CDF1EB;
}
.BgClassName
{
background-color: #CDF1EB;
}
</style>
border-color css
<style>
span { border-color: #CDF1EB; }
span { border-color: rgb(205,241,235); }
td.TdClassName
{
border-color: #CDF1EB;
}
.TagClassName
{
border-color: #CDF1EB;
}
</style>