#DEFFE9

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

Shades of Cosmic Latte #DEFFE9

Tints of Cosmic Latte #DEFFE9

Color information

#DEFFE9 (or 0xDEFFE9) is unknown color: approx Cosmic Latte. HEX triplet: DE, FF and E9. RGB value is (222,255,233). Sum of RGB (Red+Green+Blue) = 222+255+233=710 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.27% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 233 (91.41% from 255 or 32.82% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFE9 is #210016. Grayscale: #F2F2F2. Windows color (decimal): -2162711 or 15335390. OLE color: 15335390.

HSL color Cylindrical-coordinate representation of color #DEFFE9: hue angle of 140º 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 #DEFFE9 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB222255233-
CMYK0.1300.090
HSL140º100%93.53%-
HSV(B)140º12.94%100%-
XYZ80.5992.9390.78-
YUV242.62122.57113.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.27%
GREEN value IS 255 (100% from 255) = 35.92%
BLUE value IS 233 (91.41% from 255) = 32.82%
R=31.27%
G=35.92%
B=32.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552330.1300.09014010093.53
HexDEFFE9D0908c645e
Octal336377351150110214144136
Binary11011110111111111110100111010100101000110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFE9; }

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

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

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

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

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

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

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

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