#CEE8D7

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

Shades of Swans Down #CEE8D7

Tints of Swans Down #CEE8D7

Color information

#CEE8D7 (or 0xCEE8D7) is unknown color: approx Swans Down. HEX triplet: CE, E8 and D7. RGB value is (206,232,215). Sum of RGB (Red+Green+Blue) = 206+232+215=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8D7 is #311728. Grayscale: #DEDEDE. Windows color (decimal): -3217193 or 14149838. OLE color: 14149838.

HSL color Cylindrical-coordinate representation of color #CEE8D7: hue angle of 140.77º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE8D7 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB206232215-
CMYK0.1100.070.09
HSL140.77º36.11%85.88%-
HSV(B)140.77º11.21%90.98%-
XYZ66.5875.7475.4-
YUV222.29123.89116.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 232 (91.02% from 255) = 35.53%
BLUE value IS 215 (84.38% from 255) = 32.92%
R=31.55%
G=35.53%
B=32.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062322150.1100.070.09140.7736.1185.88
HexCEE8D7B0798d2456
Octal31635032713071121544126
Binary110011101110100011010111101101111001100011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8D7; }

 p { color: rgb(206,232,215); }

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

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

 a { background-color: rgb(206,232,215); }

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

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

 span { border-color: rgb(206,232,215); }

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