#DEFBE7

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

Shades of Cosmic Latte #DEFBE7

Tints of Cosmic Latte #DEFBE7

Color information

#DEFBE7 (or 0xDEFBE7) is unknown color: approx Cosmic Latte. HEX triplet: DE, FB and E7. RGB value is (222,251,231). Sum of RGB (Red+Green+Blue) = 222+251+231=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBE7 is #210418. Grayscale: #F0F0F0. Windows color (decimal): -2163737 or 15203294. OLE color: 15203294.

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

Color convert

RGB222251231-
CMYK0.1200.080.02
HSL138.62º78.38%92.75%-
HSV(B)138.62º11.55%98.43%-
XYZ79.0590.2988.86-
YUV240.05122.89115.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.53%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 231 (90.62% from 255) = 32.81%
R=31.53%
G=35.65%
B=32.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512310.1200.080.02138.6278.3892.75
HexDEFBE7C0828b4e5d
Octal336373347140102213116135
Binary110111101111101111100111110001000101000101110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBE7; }

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

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

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

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

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

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

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

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