#CEFFDE

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

Shades of Cosmic Latte #CEFFDE

Tints of Cosmic Latte #CEFFDE

Color information

#CEFFDE (or 0xCEFFDE) is unknown color: approx Cosmic Latte. HEX triplet: CE, FF and DE. RGB value is (206,255,222). Sum of RGB (Red+Green+Blue) = 206+255+222=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFDE is #310021. Grayscale: #ECECEC. Windows color (decimal): -3211298 or 14614478. OLE color: 14614478.

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

Color convert

RGB206255222-
CMYK0.1900.130
HSL139.59º100%90.39%-
HSV(B)139.59º19.22%100%-
XYZ74.489.9282.54-
YUV236.59119.77106.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.16%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 222 (87.11% from 255) = 32.50%
R=30.16%
G=37.34%
B=32.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552220.1900.130139.5910090.39
HexCEFFDE130D08c645a
Octal316377336230150214144132
Binary110011101111111111011110100110110101000110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFDE; }

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

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

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

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

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

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

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

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