Shades of Swans Down #CFE6D6
Tints of Swans Down #CFE6D6
RGB
CMYK
RGB Variations
Color information
#CFE6D6 (or 0xCFE6D6) is known color: Swans Down. HEX triplet: CF, E6 and D6. RGB value is (207,230,214). Sum of RGB (Red+Green+Blue) = 207+230+214=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6D6 is #301929. Grayscale: #DDDDDD. Windows color (decimal): -3152170 or 14083791. OLE color: 14083791.
HSL color Cylindrical-coordinate representation of color #CFE6D6: hue angle of 138.26º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE6D6 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 214 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.10 |
| HSL | 138.26º | 0.32% | 0.86% | - |
| HSV(B) | 138.26º | 0.1% | 0.9% | - |
| XYZ | 66.17 | 74.71 | 74.55 | - |
| YUV | 221.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 214 | 0.10 | 0 | 0.07 | 0.10 | 138.26 | 0.32 | 0.86 |
| Hex | CF | E6 | D6 | A | 0 | 7 | A | 8A | 20 | 56 |
| Octal | 317 | 346 | 326 | 12 | 0 | 7 | 12 | 212 | 40 | 126 |
| Binary | 11001111 | 11100110 | 11010110 | 1010 | 0 | 111 | 1010 | 10001010 | 100000 | 1010110 |
Color Harmonies of #CFE6D6
Complementary color
Monochromatic Colors of #CFE6D6
Black with #CFE6D6
Text Example
Text Example
White with #CFE6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6D6; }
p { color: rgb(207,230,214); }
H1.HeaderClassName
{
color: #CFE6D6;
}
.AnyTagClassName
{
color: #CFE6D6;
}
</style>
background-color css
<style>
a { background-color: #CFE6D6; }
a { background-color: rgb(207,230,214); }
div.DivClassName
{
background-color: #CFE6D6;
}
.BgClassName
{
background-color: #CFE6D6;
}
</style>
border-color css
<style>
span { border-color: #CFE6D6; }
span { border-color: rgb(207,230,214); }
td.TdClassName
{
border-color: #CFE6D6;
}
.TagClassName
{
border-color: #CFE6D6;
}
</style>