#DEFBE9

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

Shades of Cosmic Latte #DEFBE9

Tints of Cosmic Latte #DEFBE9

Color information

#DEFBE9 (or 0xDEFBE9) is unknown color: approx Cosmic Latte. HEX triplet: DE, FB and E9. RGB value is (222,251,233). Sum of RGB (Red+Green+Blue) = 222+251+233=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBE9 is #210416. Grayscale: #F0F0F0. Windows color (decimal): -2163735 or 15334366. OLE color: 15334366.

HSL color Cylindrical-coordinate representation of color #DEFBE9: hue angle of 142.76º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBE9 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB222251233-
CMYK0.1200.070.02
HSL142.76º78.38%92.75%-
HSV(B)142.76º11.55%98.43%-
XYZ79.3390.4190.36-
YUV240.28123.89114.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.44%
GREEN value IS 251 (98.44% from 255) = 35.55%
BLUE value IS 233 (91.41% from 255) = 33.00%
R=31.44%
G=35.55%
B=33.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512330.1200.070.02142.7678.3892.75
HexDEFBE9C0728f4e5d
Octal33637335114072217116135
Binary11011110111110111110100111000111101000111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBE9; }

 p { color: rgb(222,251,233); }

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

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

 a { background-color: rgb(222,251,233); }

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

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

 span { border-color: rgb(222,251,233); }

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