#DEFFEB

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

Shades of Cosmic Latte #DEFFEB

Tints of Cosmic Latte #DEFFEB

Color information

#DEFFEB (or 0xDEFFEB) is unknown color: approx Cosmic Latte. HEX triplet: DE, FF and EB. RGB value is (222,255,235). Sum of RGB (Red+Green+Blue) = 222+255+235=712 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.18% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFEB is #210014. Grayscale: #F2F2F2. Windows color (decimal): -2162709 or 15466462. OLE color: 15466462.

HSL color Cylindrical-coordinate representation of color #DEFFEB: hue angle of 143.64º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFFEB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB222255235-
CMYK0.1300.080
HSL143.64º100%93.53%-
HSV(B)143.64º12.94%100%-
XYZ80.8893.0592.29-
YUV242.85123.57113.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.18%
GREEN value IS 255 (100% from 255) = 35.81%
BLUE value IS 235 (92.19% from 255) = 33.01%
R=31.18%
G=35.81%
B=33.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552350.1300.080143.6410093.53
HexDEFFEBD08090645e
Octal336377353150100220144136
Binary11011110111111111110101111010100001001000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFEB; }

 p { color: rgb(222,255,235); }

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

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

 a { background-color: rgb(222,255,235); }

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

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

 span { border-color: rgb(222,255,235); }

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