Shades of Swans Down #CFEEDA
Tints of Swans Down #CFEEDA
RGB
CMYK
RGB Variations
Color information
#CFEEDA (or 0xCFEEDA) is known color: Swans Down. HEX triplet: CF, EE and DA. RGB value is (207,238,218). Sum of RGB (Red+Green+Blue) = 207+238+218=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEDA is #301125. Grayscale: #E2E2E2. Windows color (decimal): -3150118 or 14347983. OLE color: 14347983.
HSL color Cylindrical-coordinate representation of color #CFEEDA: hue angle of 141.29º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEEDA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 218 | - |
CMYK | 0.13 | 0 | 0.08 | 0.07 |
HSL | 141.29º | 0.48% | 0.87% | - |
HSV(B) | 141.29º | 0.13% | 0.93% | - |
XYZ | 68.96 | 79.48 | 78.04 | - |
YUV | 226.45 | 123.23 | 114.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 218 | 0.13 | 0 | 0.08 | 0.07 | 141.29 | 0.48 | 0.87 |
Hex | CF | EE | DA | D | 0 | 8 | 7 | 8D | 30 | 57 |
Octal | 317 | 356 | 332 | 15 | 0 | 10 | 7 | 215 | 60 | 127 |
Binary | 11001111 | 11101110 | 11011010 | 1101 | 0 | 1000 | 111 | 10001101 | 110000 | 1010111 |
Color Harmonies of #CFEEDA
Complementary color
Monochromatic Colors of #CFEEDA
Black with #CFEEDA
Text Example
Text Example
White with #CFEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEDA; }
p { color: rgb(207,238,218); }
H1.HeaderClassName
{
color: #CFEEDA;
}
.AnyTagClassName
{
color: #CFEEDA;
}
</style>
background-color css
<style>
a { background-color: #CFEEDA; }
a { background-color: rgb(207,238,218); }
div.DivClassName
{
background-color: #CFEEDA;
}
.BgClassName
{
background-color: #CFEEDA;
}
</style>
border-color css
<style>
span { border-color: #CFEEDA; }
span { border-color: rgb(207,238,218); }
td.TdClassName
{
border-color: #CFEEDA;
}
.TagClassName
{
border-color: #CFEEDA;
}
</style>