#DEFAE5

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

Shades of Cosmic Latte #DEFAE5

Tints of Cosmic Latte #DEFAE5

Color information

#DEFAE5 (or 0xDEFAE5) is unknown color: approx Cosmic Latte. HEX triplet: DE, FA and E5. RGB value is (222,250,229). Sum of RGB (Red+Green+Blue) = 222+250+229=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAE5 is #21051A. Grayscale: #EFEFEF. Windows color (decimal): -2163995 or 15071966. OLE color: 15071966.

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

Color convert

RGB222250229-
CMYK0.1100.080.02
HSL135º73.68%92.55%-
HSV(B)135º11.2%98.04%-
XYZ78.4589.5687.28-
YUV239.23122.22115.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.67%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 229 (89.84% from 255) = 32.67%
R=31.67%
G=35.66%
B=32.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502290.1100.080.0213573.6892.55
HexDEFAE5B082874a5d
Octal336372345130102207112135
Binary110111101111101011100101101101000101000011110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAE5; }

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

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

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

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

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

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

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

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