#DEF8E4

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

Shades of Cosmic Latte #DEF8E4

Tints of Cosmic Latte #DEF8E4

Color information

#DEF8E4 (or 0xDEF8E4) is unknown color: approx Cosmic Latte. HEX triplet: DE, F8 and E4. RGB value is (222,248,228). Sum of RGB (Red+Green+Blue) = 222+248+228=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 248 (97.27% from 255 or 35.53% from 698); Blue value is 228 (89.45% from 255 or 32.66% from 698); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8E4 is #21071B. Grayscale: #EEEEEE. Windows color (decimal): -2164508 or 15005918. OLE color: 15005918.

HSL color Cylindrical-coordinate representation of color #DEF8E4: hue angle of 133.85º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8E4 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB222248228-
CMYK0.1000.080.03
HSL133.85º65%92.16%-
HSV(B)133.85º10.48%97.25%-
XYZ77.788.2786.34-
YUV237.95122.39116.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.81%
GREEN value IS 248 (97.27% from 255) = 35.53%
BLUE value IS 228 (89.45% from 255) = 32.66%
R=31.81%
G=35.53%
B=32.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222482280.1000.080.03133.856592.16
HexDEF8E4A08386415c
Octal336370344120103206101134
Binary110111101111100011100100101001000111000011010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8E4; }

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

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

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

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

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

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

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

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