#DEFFE3

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

Shades of Cosmic Latte #DEFFE3

Tints of Cosmic Latte #DEFFE3

Color information

#DEFFE3 (or 0xDEFFE3) is unknown color: approx Cosmic Latte. HEX triplet: DE, FF and E3. RGB value is (222,255,227). Sum of RGB (Red+Green+Blue) = 222+255+227=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 227 (89.06% from 255 or 32.24% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFE3 is #21001C. Grayscale: #F2F2F2. Windows color (decimal): -2162717 or 14942174. OLE color: 14942174.

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

Color convert

RGB222255227-
CMYK0.1300.110
HSL129.09º100%93.53%-
HSV(B)129.09º12.94%100%-
XYZ79.7592.686.34-
YUV241.94119.57113.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.53%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 227 (89.06% from 255) = 32.24%
R=31.53%
G=36.22%
B=32.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552270.1300.110129.0910093.53
HexDEFFE3D0B081645e
Octal336377343150130201144136
Binary11011110111111111110001111010101101000000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFE3; }

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

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

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

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

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

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

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

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