#CEEFDA

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

Shades of Swans Down #CEEFDA

Tints of Swans Down #CEEFDA

Color information

#CEEFDA (or 0xCEEFDA) is unknown color: approx Swans Down. HEX triplet: CE, EF and DA. RGB value is (206,239,218). Sum of RGB (Red+Green+Blue) = 206+239+218=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFDA is #311025. Grayscale: #E2E2E2. Windows color (decimal): -3215398 or 14348238. OLE color: 14348238.

HSL color Cylindrical-coordinate representation of color #CEEFDA: hue angle of 141.82º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEFDA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB206239218-
CMYK0.1400.090.06
HSL141.82º50.77%87.25%-
HSV(B)141.82º13.81%93.73%-
XYZ68.9779.9278.12-
YUV226.74123.07113.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.07%
GREEN value IS 239 (93.75% from 255) = 36.05%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=31.07%
G=36.05%
B=32.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392180.1400.090.06141.8250.7787.25
HexCEEFDAE0968e3357
Octal31635733216011621663127
Binary110011101110111111011010111001001110100011101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFDA; }

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

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

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

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

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

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

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

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