Shades of Swans Down #CDEFDA
Tints of Swans Down #CDEFDA
RGB
CMYK
RGB Variations
Color information
#CDEFDA (or 0xCDEFDA) is known color: Swans Down. HEX triplet: CD, EF and DA. RGB value is (205,239,218). Sum of RGB (Red+Green+Blue) = 205+239+218=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFDA is #321025. Grayscale: #E2E2E2. Windows color (decimal): -3280934 or 14348237. OLE color: 14348237.
HSL color Cylindrical-coordinate representation of color #CDEFDA: hue angle of 142.94º 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 #CDEFDA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 205 | 239 | 218 | - |
CMYK | 0.14 | 0 | 0.09 | 0.06 |
HSL | 142.94º | 0.52% | 0.87% | - |
HSV(B) | 142.94º | 0.14% | 0.94% | - |
XYZ | 68.7 | 79.77 | 78.11 | - |
YUV | 226.44 | 123.24 | 112.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 239 | 218 | 0.14 | 0 | 0.09 | 0.06 | 142.94 | 0.52 | 0.87 |
Hex | CD | EF | DA | E | 0 | 9 | 6 | 8F | 34 | 57 |
Octal | 315 | 357 | 332 | 16 | 0 | 11 | 6 | 217 | 64 | 127 |
Binary | 11001101 | 11101111 | 11011010 | 1110 | 0 | 1001 | 110 | 10001111 | 110100 | 1010111 |
Color Harmonies of #CDEFDA
Complementary color
Monochromatic Colors of #CDEFDA
Black with #CDEFDA
Text Example
Text Example
White with #CDEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFDA; }
p { color: rgb(205,239,218); }
H1.HeaderClassName
{
color: #CDEFDA;
}
.AnyTagClassName
{
color: #CDEFDA;
}
</style>
background-color css
<style>
a { background-color: #CDEFDA; }
a { background-color: rgb(205,239,218); }
div.DivClassName
{
background-color: #CDEFDA;
}
.BgClassName
{
background-color: #CDEFDA;
}
</style>
border-color css
<style>
span { border-color: #CDEFDA; }
span { border-color: rgb(205,239,218); }
td.TdClassName
{
border-color: #CDEFDA;
}
.TagClassName
{
border-color: #CDEFDA;
}
</style>