#DEFAE3

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

Shades of Cosmic Latte #DEFAE3

Tints of Cosmic Latte #DEFAE3

Color information

#DEFAE3 (or 0xDEFAE3) is unknown color: approx Cosmic Latte. HEX triplet: DE, FA and E3. RGB value is (222,250,227). Sum of RGB (Red+Green+Blue) = 222+250+227=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 227 (89.06% from 255 or 32.47% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAE3 is #21051C. Grayscale: #EFEFEF. Windows color (decimal): -2163997 or 14940894. OLE color: 14940894.

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

Color convert

RGB222250227-
CMYK0.1100.090.02
HSL130.71º73.68%92.55%-
HSV(B)130.71º11.2%98.04%-
XYZ78.1789.4585.82-
YUV239.01121.22115.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.76%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 227 (89.06% from 255) = 32.47%
R=31.76%
G=35.77%
B=32.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502270.1100.090.02130.7173.6892.55
HexDEFAE3B092834a5d
Octal336372343130112203112135
Binary110111101111101011100011101101001101000001110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAE3; }

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

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

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

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

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

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

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

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