#CEF8D9

Color #CEF8D9 Swans Down (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swans Down #CEF8D9

Tints of Swans Down #CEF8D9

Color information

#CEF8D9 (or 0xCEF8D9) is unknown color: approx Swans Down. HEX triplet: CE, F8 and D9. RGB value is (206,248,217). Sum of RGB (Red+Green+Blue) = 206+248+217=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8D9 is #310726. Grayscale: #E7E7E7. Windows color (decimal): -3213095 or 14285006. OLE color: 14285006.

HSL color Cylindrical-coordinate representation of color #CEF8D9: hue angle of 135.71º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8D9 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB206248217-
CMYK0.1700.120.03
HSL135.71º75%89.02%-
HSV(B)135.71º16.94%97.25%-
XYZ71.5585.2778.33-
YUV231.91119.59109.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 217 (85.16% from 255) = 32.34%
R=30.70%
G=36.96%
B=32.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062482170.1700.120.03135.717589.02
HexCEF8D9110C3884b59
Octal316370331210143210113131
Binary1100111011111000110110011000101100111000100010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8D9; }

 p { color: rgb(206,248,217); }

 H1.HeaderClassName
 {
   color: #CEF8D9;
 }
 .AnyTagClassName
 {
   color: #CEF8D9;
 }
</style>
background-color css

<style>
 a { background-color: #CEF8D9; }

 a { background-color: rgb(206,248,217); }

 div.DivClassName
 {
   background-color: #CEF8D9;
 }
 .BgClassName
 {
   background-color: #CEF8D9;
 }
</style>
border-color css

<style>
 span { border-color: #CEF8D9; }

 span { border-color: rgb(206,248,217); }

 td.TdClassName
 {
   border-color: #CEF8D9;
 }
 .TagClassName
 {
   border-color: #CEF8D9;
 }
</style>