#CEECD7

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

Shades of Swans Down #CEECD7

Tints of Swans Down #CEECD7

Color information

#CEECD7 (or 0xCEECD7) is unknown color: approx Swans Down. HEX triplet: CE, EC and D7. RGB value is (206,236,215). Sum of RGB (Red+Green+Blue) = 206+236+215=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECD7 is #311328. Grayscale: #E0E0E0. Windows color (decimal): -3216169 or 14150862. OLE color: 14150862.

HSL color Cylindrical-coordinate representation of color #CEECD7: hue angle of 138º degrees, saturation: 0.44, 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 #CEECD7 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB206236215-
CMYK0.1300.090.07
HSL138º44.12%86.67%-
HSV(B)138º12.71%92.55%-
XYZ67.7178.0275.78-
YUV224.64122.56114.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.35%
GREEN value IS 236 (92.58% from 255) = 35.92%
BLUE value IS 215 (84.38% from 255) = 32.72%
R=31.35%
G=35.92%
B=32.72%

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
Decimal2062362150.1300.090.0713844.1286.67
HexCEECD7D0978a2c57
Octal31635432715011721254127
Binary110011101110110011010111110101001111100010101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECD7; }

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

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

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

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

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

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

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

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