#CEFEDE

Color #CEFEDE Cosmic Latte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic Latte #CEFEDE

Tints of Cosmic Latte #CEFEDE

Color information

#CEFEDE (or 0xCEFEDE) is unknown color: approx Cosmic Latte. HEX triplet: CE, FE and DE. RGB value is (206,254,222). Sum of RGB (Red+Green+Blue) = 206+254+222=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFEDE is #310121. Grayscale: #ECECEC. Windows color (decimal): -3211554 or 14614222. OLE color: 14614222.

HSL color Cylindrical-coordinate representation of color #CEFEDE: hue angle of 140º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFEDE is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB206254222-
CMYK0.1900.130.00
HSL140º96%90.2%-
HSV(B)140º18.9%99.61%-
XYZ74.0889.2882.44-
YUV236120.1106.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.21%
GREEN value IS 254 (99.61% from 255) = 37.24%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=30.21%
G=37.24%
B=32.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542220.1900.130.001409690.2
HexCEFEDE130D08c605a
Octal316376336230150214140132
Binary110011101111111011011110100110110101000110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEDE; }

 p { color: rgb(206,254,222); }

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

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

 a { background-color: rgb(206,254,222); }

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

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

 span { border-color: rgb(206,254,222); }

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