#CEEFD8

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

Shades of Swans Down #CEEFD8

Tints of Swans Down #CEEFD8

Color information

#CEEFD8 (or 0xCEEFD8) is unknown color: approx Swans Down. HEX triplet: CE, EF and D8. RGB value is (206,239,216). Sum of RGB (Red+Green+Blue) = 206+239+216=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFD8 is #311027. Grayscale: #E2E2E2. Windows color (decimal): -3215400 or 14217166. OLE color: 14217166.

HSL color Cylindrical-coordinate representation of color #CEEFD8: hue angle of 138.18º 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 #CEEFD8 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB206239216-
CMYK0.1400.100.06
HSL138.18º50.77%87.25%-
HSV(B)138.18º13.81%93.73%-
XYZ68.7179.8176.75-
YUV226.51122.07113.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.16%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 216 (84.77% from 255) = 32.68%
R=31.16%
G=36.16%
B=32.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392160.1400.100.06138.1850.7787.25
HexCEEFD8E0A68a3357
Octal31635733016012621263127
Binary110011101110111111011000111001010110100010101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFD8; }

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

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

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

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

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

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

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

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