Shades of Swans Down #CCF8DB
Tints of Swans Down #CCF8DB
RGB
CMYK
RGB Variations
Color information
#CCF8DB (or 0xCCF8DB) is known color: Swans Down. HEX triplet: CC, F8 and DB. RGB value is (204,248,219). Sum of RGB (Red+Green+Blue) = 204+248+219=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8DB is #330724. Grayscale: #E7E7E7. Windows color (decimal): -3344165 or 14416076. OLE color: 14416076.
HSL color Cylindrical-coordinate representation of color #CCF8DB: hue angle of 140.45º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8DB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 219 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.03 |
| HSL | 140.45º | 0.76% | 0.89% | - |
| HSV(B) | 140.45º | 0.18% | 0.97% | - |
| XYZ | 71.26 | 85.09 | 79.69 | - |
| YUV | 231.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 219 | 0.18 | 0 | 0.12 | 0.03 | 140.45 | 0.76 | 0.89 |
| Hex | CC | F8 | DB | 12 | 0 | C | 3 | 8C | 4C | 59 |
| Octal | 314 | 370 | 333 | 22 | 0 | 14 | 3 | 214 | 114 | 131 |
| Binary | 11001100 | 11111000 | 11011011 | 10010 | 0 | 1100 | 11 | 10001100 | 1001100 | 1011001 |
Color Harmonies of #CCF8DB
Complementary color
Monochromatic Colors of #CCF8DB
Black with #CCF8DB
Text Example
Text Example
White with #CCF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8DB; }
p { color: rgb(204,248,219); }
H1.HeaderClassName
{
color: #CCF8DB;
}
.AnyTagClassName
{
color: #CCF8DB;
}
</style>
background-color css
<style>
a { background-color: #CCF8DB; }
a { background-color: rgb(204,248,219); }
div.DivClassName
{
background-color: #CCF8DB;
}
.BgClassName
{
background-color: #CCF8DB;
}
</style>
border-color css
<style>
span { border-color: #CCF8DB; }
span { border-color: rgb(204,248,219); }
td.TdClassName
{
border-color: #CCF8DB;
}
.TagClassName
{
border-color: #CCF8DB;
}
</style>