#CEEBD8

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

Shades of Swans Down #CEEBD8

Tints of Swans Down #CEEBD8

Color information

#CEEBD8 (or 0xCEEBD8) is unknown color: approx Swans Down. HEX triplet: CE, EB and D8. RGB value is (206,235,216). Sum of RGB (Red+Green+Blue) = 206+235+216=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBD8 is #311427. Grayscale: #E0E0E0. Windows color (decimal): -3216424 or 14216142. OLE color: 14216142.

HSL color Cylindrical-coordinate representation of color #CEEBD8: hue angle of 140.69º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEBD8 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB206235216-
CMYK0.1200.080.08
HSL140.69º42.03%86.47%-
HSV(B)140.69º12.34%92.16%-
XYZ67.5677.576.36-
YUV224.16123.39115.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.35%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=31.35%
G=35.77%
B=32.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062352160.1200.080.08140.6942.0386.47
HexCEEBD8C0888d2a56
Octal316353330140101021552126
Binary1100111011101011110110001100010001000100011011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBD8; }

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

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

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

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

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

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

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

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