Shades of Foam #CDE5E3
Tints of Foam #CDE5E3
RGB
CMYK
RGB Variations
Color information
#CDE5E3 (or 0xCDE5E3) is known color: Foam. HEX triplet: CD, E5 and E3. RGB value is (205,229,227). Sum of RGB (Red+Green+Blue) = 205+229+227=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 227 (89.06% from 255 or 34.34% from 661); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5E3 is #321A1C. Grayscale: #DDDDDD. Windows color (decimal): -3283485 or 14935501. OLE color: 14935501.
HSL color Cylindrical-coordinate representation of color #CDE5E3: hue angle of 175º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE5E3 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
RGB | 205 | 229 | 227 | - |
CMYK | 0.10 | 0 | 0.01 | 0.10 |
HSL | 175º | 0.32% | 0.85% | - |
HSV(B) | 175º | 0.1% | 0.9% | - |
XYZ | 67.06 | 74.56 | 83.53 | - |
YUV | 221.6 | 131.05 | 116.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 229 | 227 | 0.10 | 0 | 0.01 | 0.10 | 175 | 0.32 | 0.85 |
Hex | CD | E5 | E3 | A | 0 | 1 | A | AF | 20 | 55 |
Octal | 315 | 345 | 343 | 12 | 0 | 1 | 12 | 257 | 40 | 125 |
Binary | 11001101 | 11100101 | 11100011 | 1010 | 0 | 1 | 1010 | 10101111 | 100000 | 1010101 |
Color Harmonies of #CDE5E3
Complementary color
Monochromatic Colors of #CDE5E3
Black with #CDE5E3
Text Example
Text Example
White with #CDE5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5E3; }
p { color: rgb(205,229,227); }
H1.HeaderClassName
{
color: #CDE5E3;
}
.AnyTagClassName
{
color: #CDE5E3;
}
</style>
background-color css
<style>
a { background-color: #CDE5E3; }
a { background-color: rgb(205,229,227); }
div.DivClassName
{
background-color: #CDE5E3;
}
.BgClassName
{
background-color: #CDE5E3;
}
</style>
border-color css
<style>
span { border-color: #CDE5E3; }
span { border-color: rgb(205,229,227); }
td.TdClassName
{
border-color: #CDE5E3;
}
.TagClassName
{
border-color: #CDE5E3;
}
</style>