Shades of Foam #CDEFED
Tints of Foam #CDEFED
RGB
CMYK
RGB Variations
Color information
#CDEFED (or 0xCDEFED) is known color: Foam. HEX triplet: CD, EF and ED. RGB value is (205,239,237). Sum of RGB (Red+Green+Blue) = 205+239+237=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFED is #321012. Grayscale: #E4E4E4. Windows color (decimal): -3280915 or 15593421. OLE color: 15593421.
HSL color Cylindrical-coordinate representation of color #CDEFED: hue angle of 176.47º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFED is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 205 | 239 | 237 | - |
CMYK | 0.14 | 0 | 0.01 | 0.06 |
HSL | 176.47º | 0.52% | 0.87% | - |
HSV(B) | 176.47º | 0.14% | 0.94% | - |
XYZ | 71.33 | 80.83 | 91.96 | - |
YUV | 228.61 | 132.74 | 111.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 239 | 237 | 0.14 | 0 | 0.01 | 0.06 | 176.47 | 0.52 | 0.87 |
Hex | CD | EF | ED | E | 0 | 1 | 6 | B0 | 34 | 57 |
Octal | 315 | 357 | 355 | 16 | 0 | 1 | 6 | 260 | 64 | 127 |
Binary | 11001101 | 11101111 | 11101101 | 1110 | 0 | 1 | 110 | 10110000 | 110100 | 1010111 |
Color Harmonies of #CDEFED
Complementary color
Monochromatic Colors of #CDEFED
Black with #CDEFED
Text Example
Text Example
White with #CDEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFED; }
p { color: rgb(205,239,237); }
H1.HeaderClassName
{
color: #CDEFED;
}
.AnyTagClassName
{
color: #CDEFED;
}
</style>
background-color css
<style>
a { background-color: #CDEFED; }
a { background-color: rgb(205,239,237); }
div.DivClassName
{
background-color: #CDEFED;
}
.BgClassName
{
background-color: #CDEFED;
}
</style>
border-color css
<style>
span { border-color: #CDEFED; }
span { border-color: rgb(205,239,237); }
td.TdClassName
{
border-color: #CDEFED;
}
.TagClassName
{
border-color: #CDEFED;
}
</style>