Shades of Swans Down #CFEEDB
Tints of Swans Down #CFEEDB
RGB
CMYK
RGB Variations
Color information
#CFEEDB (or 0xCFEEDB) is known color: Swans Down. HEX triplet: CF, EE and DB. RGB value is (207,238,219). Sum of RGB (Red+Green+Blue) = 207+238+219=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEDB is #301124. Grayscale: #E2E2E2. Windows color (decimal): -3150117 or 14413519. OLE color: 14413519.
HSL color Cylindrical-coordinate representation of color #CFEEDB: hue angle of 143.23º 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 #CFEEDB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 219 | - |
CMYK | 0.13 | 0 | 0.08 | 0.07 |
HSL | 143.23º | 0.48% | 0.87% | - |
HSV(B) | 143.23º | 0.13% | 0.93% | - |
XYZ | 69.09 | 79.53 | 78.73 | - |
YUV | 226.57 | 123.73 | 114.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 219 | 0.13 | 0 | 0.08 | 0.07 | 143.23 | 0.48 | 0.87 |
Hex | CF | EE | DB | D | 0 | 8 | 7 | 8F | 30 | 57 |
Octal | 317 | 356 | 333 | 15 | 0 | 10 | 7 | 217 | 60 | 127 |
Binary | 11001111 | 11101110 | 11011011 | 1101 | 0 | 1000 | 111 | 10001111 | 110000 | 1010111 |
Color Harmonies of #CFEEDB
Complementary color
Monochromatic Colors of #CFEEDB
Black with #CFEEDB
Text Example
Text Example
White with #CFEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEDB; }
p { color: rgb(207,238,219); }
H1.HeaderClassName
{
color: #CFEEDB;
}
.AnyTagClassName
{
color: #CFEEDB;
}
</style>
background-color css
<style>
a { background-color: #CFEEDB; }
a { background-color: rgb(207,238,219); }
div.DivClassName
{
background-color: #CFEEDB;
}
.BgClassName
{
background-color: #CFEEDB;
}
</style>
border-color css
<style>
span { border-color: #CFEEDB; }
span { border-color: rgb(207,238,219); }
td.TdClassName
{
border-color: #CFEEDB;
}
.TagClassName
{
border-color: #CFEEDB;
}
</style>