#DEFFEC

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

Shades of Cosmic Latte #DEFFEC

Tints of Cosmic Latte #DEFFEC

Color information

#DEFFEC (or 0xDEFFEC) is unknown color: approx Cosmic Latte. HEX triplet: DE, FF and EC. RGB value is (222,255,236). Sum of RGB (Red+Green+Blue) = 222+255+236=713 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.14% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFEC is #210013. Grayscale: #F3F3F3. Windows color (decimal): -2162708 or 15531998. OLE color: 15531998.

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

Color convert

RGB222255236-
CMYK0.1300.070
HSL145.45º100%93.53%-
HSV(B)145.45º12.94%100%-
XYZ81.0293.1193.06-
YUV242.97124.07113.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.14%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=31.14%
G=35.76%
B=33.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552360.1300.070145.4510093.53
HexDEFFECD07091645e
Octal33637735415070221144136
Binary1101111011111111111011001101011101001000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFEC; }

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

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

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

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

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

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

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

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