#DEF8E8

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

Shades of Cosmic Latte #DEF8E8

Tints of Cosmic Latte #DEF8E8

Color information

#DEF8E8 (or 0xDEF8E8) is unknown color: approx Cosmic Latte. HEX triplet: DE, F8 and E8. RGB value is (222,248,232). Sum of RGB (Red+Green+Blue) = 222+248+232=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8E8 is #210717. Grayscale: #EEEEEE. Windows color (decimal): -2164504 or 15268062. OLE color: 15268062.

HSL color Cylindrical-coordinate representation of color #DEF8E8: hue angle of 143.08º 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 #DEF8E8 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB222248232-
CMYK0.1000.060.03
HSL143.08º65%92.16%-
HSV(B)143.08º10.48%97.25%-
XYZ78.2688.4989.3-
YUV238.4124.39116.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.62%
GREEN value IS 248 (97.27% from 255) = 35.33%
BLUE value IS 232 (91.02% from 255) = 33.05%
R=31.62%
G=35.33%
B=33.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222482320.1000.060.03143.086592.16
HexDEF8E8A0638f415c
Octal33637035012063217101134
Binary11011110111110001110100010100110111000111110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8E8; }

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

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

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

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

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

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

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

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