Shades of Swans Down #CCF9DB
Tints of Swans Down #CCF9DB
RGB
CMYK
RGB Variations
Color information
#CCF9DB (or 0xCCF9DB) is known color: Swans Down. HEX triplet: CC, F9 and DB. RGB value is (204,249,219). Sum of RGB (Red+Green+Blue) = 204+249+219=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9DB is #330624. Grayscale: #E8E8E8. Windows color (decimal): -3343909 or 14416332. OLE color: 14416332.
HSL color Cylindrical-coordinate representation of color #CCF9DB: hue angle of 140º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9DB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 219 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.02 |
| HSL | 140º | 0.79% | 0.89% | - |
| HSV(B) | 140º | 0.18% | 0.98% | - |
| XYZ | 71.56 | 85.7 | 79.79 | - |
| YUV | 232.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 219 | 0.18 | 0 | 0.12 | 0.02 | 140 | 0.79 | 0.89 |
| Hex | CC | F9 | DB | 12 | 0 | C | 2 | 8C | 4F | 59 |
| Octal | 314 | 371 | 333 | 22 | 0 | 14 | 2 | 214 | 117 | 131 |
| Binary | 11001100 | 11111001 | 11011011 | 10010 | 0 | 1100 | 10 | 10001100 | 1001111 | 1011001 |
Color Harmonies of #CCF9DB
Complementary color
Monochromatic Colors of #CCF9DB
Black with #CCF9DB
Text Example
Text Example
White with #CCF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9DB; }
p { color: rgb(204,249,219); }
H1.HeaderClassName
{
color: #CCF9DB;
}
.AnyTagClassName
{
color: #CCF9DB;
}
</style>
background-color css
<style>
a { background-color: #CCF9DB; }
a { background-color: rgb(204,249,219); }
div.DivClassName
{
background-color: #CCF9DB;
}
.BgClassName
{
background-color: #CCF9DB;
}
</style>
border-color css
<style>
span { border-color: #CCF9DB; }
span { border-color: rgb(204,249,219); }
td.TdClassName
{
border-color: #CCF9DB;
}
.TagClassName
{
border-color: #CCF9DB;
}
</style>