#DEF9E5

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

Shades of Cosmic Latte #DEF9E5

Tints of Cosmic Latte #DEF9E5

Color information

#DEF9E5 (or 0xDEF9E5) is unknown color: approx Cosmic Latte. HEX triplet: DE, F9 and E5. RGB value is (222,249,229). Sum of RGB (Red+Green+Blue) = 222+249+229=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 249 (97.66% from 255 or 35.57% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF9E5 is #21061A. Grayscale: #EEEEEE. Windows color (decimal): -2164251 or 15071710. OLE color: 15071710.

HSL color Cylindrical-coordinate representation of color #DEF9E5: hue angle of 135.56º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF9E5 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB222249229-
CMYK0.1100.080.02
HSL135.56º69.23%92.35%-
HSV(B)135.56º10.84%97.65%-
XYZ78.1488.9487.18-
YUV238.65122.55116.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 249 (97.66% from 255) = 35.57%
BLUE value IS 229 (89.84% from 255) = 32.71%
R=31.71%
G=35.57%
B=32.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222492290.1100.080.02135.5669.2392.35
HexDEF9E5B08288455c
Octal336371345130102210105134
Binary110111101111100111100101101101000101000100010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9E5; }

 p { color: rgb(222,249,229); }

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

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

 a { background-color: rgb(222,249,229); }

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

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

 span { border-color: rgb(222,249,229); }

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