#CEF8DB

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

Shades of Swans Down #CEF8DB

Tints of Swans Down #CEF8DB

Color information

#CEF8DB (or 0xCEF8DB) is unknown color: approx Swans Down. HEX triplet: CE, F8 and DB. RGB value is (206,248,219). Sum of RGB (Red+Green+Blue) = 206+248+219=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8DB is #310724. Grayscale: #E8E8E8. Windows color (decimal): -3213093 or 14416078. OLE color: 14416078.

HSL color Cylindrical-coordinate representation of color #CEF8DB: hue angle of 138.57º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8DB is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB206248219-
CMYK0.1700.120.03
HSL138.57º75%89.02%-
HSV(B)138.57º16.94%97.25%-
XYZ71.8185.3779.71-
YUV232.14120.59109.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.61%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 219 (85.94% from 255) = 32.54%
R=30.61%
G=36.85%
B=32.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062482190.1700.120.03138.577589.02
HexCEF8DB110C38b4b59
Octal316370333210143213113131
Binary1100111011111000110110111000101100111000101110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8DB; }

 p { color: rgb(206,248,219); }

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

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

 a { background-color: rgb(206,248,219); }

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

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

 span { border-color: rgb(206,248,219); }

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