#CEEED8

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

Shades of Swans Down #CEEED8

Tints of Swans Down #CEEED8

Color information

#CEEED8 (or 0xCEEED8) is unknown color: approx Swans Down. HEX triplet: CE, EE and D8. RGB value is (206,238,216). Sum of RGB (Red+Green+Blue) = 206+238+216=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEED8 is #311127. Grayscale: #E1E1E1. Windows color (decimal): -3215656 or 14216910. OLE color: 14216910.

HSL color Cylindrical-coordinate representation of color #CEEED8: hue angle of 138.75º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEED8 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB206238216-
CMYK0.1300.090.07
HSL138.75º48.48%87.06%-
HSV(B)138.75º13.45%93.33%-
XYZ68.4279.2376.65-
YUV225.92122.4113.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.21%
GREEN value IS 238 (93.36% from 255) = 36.06%
BLUE value IS 216 (84.77% from 255) = 32.73%
R=31.21%
G=36.06%
B=32.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062382160.1300.090.07138.7548.4887.06
HexCEEED8D0978b3057
Octal31635633015011721360127
Binary110011101110111011011000110101001111100010111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEED8; }

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

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

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

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

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

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

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

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