#DEFBE4

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

Shades of Cosmic Latte #DEFBE4

Tints of Cosmic Latte #DEFBE4

Color information

#DEFBE4 (or 0xDEFBE4) is unknown color: approx Cosmic Latte. HEX triplet: DE, FB and E4. RGB value is (222,251,228). Sum of RGB (Red+Green+Blue) = 222+251+228=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBE4 is #21041B. Grayscale: #EFEFEF. Windows color (decimal): -2163740 or 15006686. OLE color: 15006686.

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

Color convert

RGB222251228-
CMYK0.1200.090.02
HSL132.41º78.38%92.75%-
HSV(B)132.41º11.55%98.43%-
XYZ78.6290.1386.65-
YUV239.71121.39115.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.67%
GREEN value IS 251 (98.44% from 255) = 35.81%
BLUE value IS 228 (89.45% from 255) = 32.52%
R=31.67%
G=35.81%
B=32.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512280.1200.090.02132.4178.3892.75
HexDEFBE4C092844e5d
Octal336373344140112204116135
Binary110111101111101111100100110001001101000010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBE4; }

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

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

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

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

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

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

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

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