#DEFBE3

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

Shades of Cosmic Latte #DEFBE3

Tints of Cosmic Latte #DEFBE3

Color information

#DEFBE3 (or 0xDEFBE3) is unknown color: approx Cosmic Latte. HEX triplet: DE, FB and E3. RGB value is (222,251,227). Sum of RGB (Red+Green+Blue) = 222+251+227=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBE3 is #21041C. Grayscale: #EFEFEF. Windows color (decimal): -2163741 or 14941150. OLE color: 14941150.

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

Color convert

RGB222251227-
CMYK0.1200.100.02
HSL130.34º78.38%92.75%-
HSV(B)130.34º11.55%98.43%-
XYZ78.4990.0785.92-
YUV239.59120.89115.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 251 (98.44% from 255) = 35.86%
BLUE value IS 227 (89.06% from 255) = 32.43%
R=31.71%
G=35.86%
B=32.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512270.1200.100.02130.3478.3892.75
HexDEFBE3C0A2824e5d
Octal336373343140122202116135
Binary110111101111101111100011110001010101000001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBE3; }

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

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

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

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

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

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

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

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