#DEFEE8

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

Shades of Cosmic Latte #DEFEE8

Tints of Cosmic Latte #DEFEE8

Color information

#DEFEE8 (or 0xDEFEE8) is unknown color: approx Cosmic Latte. HEX triplet: DE, FE and E8. RGB value is (222,254,232). Sum of RGB (Red+Green+Blue) = 222+254+232=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 232 (91.02% from 255 or 32.77% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEE8 is #210117. Grayscale: #F1F1F1. Windows color (decimal): -2162968 or 15269598. OLE color: 15269598.

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

Color convert

RGB222254232-
CMYK0.1300.090.00
HSL138.75º94.12%93.33%-
HSV(B)138.75º12.6%99.61%-
XYZ80.1392.2489.92-
YUV241.92122.4113.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.36%
GREEN value IS 254 (99.61% from 255) = 35.88%
BLUE value IS 232 (91.02% from 255) = 32.77%
R=31.36%
G=35.88%
B=32.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222542320.1300.090.00138.7594.1293.33
HexDEFEE8D0908b5e5d
Octal336376350150110213136135
Binary11011110111111101110100011010100101000101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEE8; }

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

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

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

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

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

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

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

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