Shades of Swans Down #CFE8D6
Tints of Swans Down #CFE8D6
RGB
CMYK
RGB Variations
Color information
#CFE8D6 (or 0xCFE8D6) is known color: Swans Down. HEX triplet: CF, E8 and D6. RGB value is (207,232,214). Sum of RGB (Red+Green+Blue) = 207+232+214=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8D6 is #301729. Grayscale: #DEDEDE. Windows color (decimal): -3151658 or 14084303. OLE color: 14084303.
HSL color Cylindrical-coordinate representation of color #CFE8D6: hue angle of 136.8º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE8D6 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 232 | 214 | - |
CMYK | 0.11 | 0 | 0.08 | 0.09 |
HSL | 136.8º | 0.35% | 0.86% | - |
HSV(B) | 136.8º | 0.11% | 0.91% | - |
XYZ | 66.73 | 75.83 | 74.74 | - |
YUV | 222.47 | 123.22 | 116.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 232 | 214 | 0.11 | 0 | 0.08 | 0.09 | 136.8 | 0.35 | 0.86 |
Hex | CF | E8 | D6 | B | 0 | 8 | 9 | 89 | 23 | 56 |
Octal | 317 | 350 | 326 | 13 | 0 | 10 | 11 | 211 | 43 | 126 |
Binary | 11001111 | 11101000 | 11010110 | 1011 | 0 | 1000 | 1001 | 10001001 | 100011 | 1010110 |
Color Harmonies of #CFE8D6
Complementary color
Monochromatic Colors of #CFE8D6
Black with #CFE8D6
Text Example
Text Example
White with #CFE8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8D6; }
p { color: rgb(207,232,214); }
H1.HeaderClassName
{
color: #CFE8D6;
}
.AnyTagClassName
{
color: #CFE8D6;
}
</style>
background-color css
<style>
a { background-color: #CFE8D6; }
a { background-color: rgb(207,232,214); }
div.DivClassName
{
background-color: #CFE8D6;
}
.BgClassName
{
background-color: #CFE8D6;
}
</style>
border-color css
<style>
span { border-color: #CFE8D6; }
span { border-color: rgb(207,232,214); }
td.TdClassName
{
border-color: #CFE8D6;
}
.TagClassName
{
border-color: #CFE8D6;
}
</style>