Shades of Swans Down #CFE7D6
Tints of Swans Down #CFE7D6
RGB
CMYK
RGB Variations
Color information
#CFE7D6 (or 0xCFE7D6) is known color: Swans Down. HEX triplet: CF, E7 and D6. RGB value is (207,231,214). Sum of RGB (Red+Green+Blue) = 207+231+214=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7D6 is #301829. Grayscale: #DDDDDD. Windows color (decimal): -3151914 or 14084047. OLE color: 14084047.
HSL color Cylindrical-coordinate representation of color #CFE7D6: hue angle of 137.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE7D6 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 214 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.09 |
| HSL | 137.5º | 0.33% | 0.86% | - |
| HSV(B) | 137.5º | 0.1% | 0.91% | - |
| XYZ | 66.45 | 75.27 | 74.65 | - |
| YUV | 221.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 214 | 0.10 | 0 | 0.07 | 0.09 | 137.5 | 0.33 | 0.86 |
| Hex | CF | E7 | D6 | A | 0 | 7 | 9 | 8A | 21 | 56 |
| Octal | 317 | 347 | 326 | 12 | 0 | 7 | 11 | 212 | 41 | 126 |
| Binary | 11001111 | 11100111 | 11010110 | 1010 | 0 | 111 | 1001 | 10001010 | 100001 | 1010110 |
Color Harmonies of #CFE7D6
Complementary color
Monochromatic Colors of #CFE7D6
Black with #CFE7D6
Text Example
Text Example
White with #CFE7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE7D6; }
p { color: rgb(207,231,214); }
H1.HeaderClassName
{
color: #CFE7D6;
}
.AnyTagClassName
{
color: #CFE7D6;
}
</style>
background-color css
<style>
a { background-color: #CFE7D6; }
a { background-color: rgb(207,231,214); }
div.DivClassName
{
background-color: #CFE7D6;
}
.BgClassName
{
background-color: #CFE7D6;
}
</style>
border-color css
<style>
span { border-color: #CFE7D6; }
span { border-color: rgb(207,231,214); }
td.TdClassName
{
border-color: #CFE7D6;
}
.TagClassName
{
border-color: #CFE7D6;
}
</style>