#DEF2E4

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

Shades of Cosmic Latte #DEF2E4

Tints of Cosmic Latte #DEF2E4

Color information

#DEF2E4 (or 0xDEF2E4) is unknown color: approx Cosmic Latte. HEX triplet: DE, F2 and E4. RGB value is (222,242,228). Sum of RGB (Red+Green+Blue) = 222+242+228=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 228 (89.45% from 255 or 32.95% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2E4 is #210D1B. Grayscale: #EAEAEA. Windows color (decimal): -2166044 or 15004382. OLE color: 15004382.

HSL color Cylindrical-coordinate representation of color #DEF2E4: hue angle of 138º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF2E4 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB222242228-
CMYK0.0800.060.05
HSL138º43.48%90.98%-
HSV(B)138º8.26%94.9%-
XYZ75.8884.6485.74-
YUV234.42124.37119.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.08%
GREEN value IS 242 (94.92% from 255) = 34.97%
BLUE value IS 228 (89.45% from 255) = 32.95%
R=32.08%
G=34.97%
B=32.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222422280.0800.060.0513843.4890.98
HexDEF2E480658a2b5b
Octal3363623441006521253133
Binary11011110111100101110010010000110101100010101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2E4; }

 p { color: rgb(222,242,228); }

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

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

 a { background-color: rgb(222,242,228); }

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

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

 span { border-color: rgb(222,242,228); }

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