#CEF2DA

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

Shades of Swans Down #CEF2DA

Tints of Swans Down #CEF2DA

Color information

#CEF2DA (or 0xCEF2DA) is unknown color: approx Swans Down. HEX triplet: CE, F2 and DA. RGB value is (206,242,218). Sum of RGB (Red+Green+Blue) = 206+242+218=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2DA is #310D25. Grayscale: #E4E4E4. Windows color (decimal): -3214630 or 14349006. OLE color: 14349006.

HSL color Cylindrical-coordinate representation of color #CEF2DA: hue angle of 140º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2DA is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB206242218-
CMYK0.1500.100.05
HSL140º58.06%87.84%-
HSV(B)140º14.88%94.9%-
XYZ69.8681.6978.41-
YUV228.5122.07111.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=30.93%
G=36.34%
B=32.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062422180.1500.100.0514058.0687.84
HexCEF2DAF0A58c3a58
Octal31636233217012521472130
Binary110011101111001011011010111101010101100011001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF2DA; }

 p { color: rgb(206,242,218); }

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

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

 a { background-color: rgb(206,242,218); }

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

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

 span { border-color: rgb(206,242,218); }

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