#DFFAE5

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

Shades of Cosmic Latte #DFFAE5

Tints of Cosmic Latte #DFFAE5

Color information

#DFFAE5 (or 0xDFFAE5) is unknown color: approx Cosmic Latte. HEX triplet: DF, FA and E5. RGB value is (223,250,229). Sum of RGB (Red+Green+Blue) = 223+250+229=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFAE5 is #20051A. Grayscale: #EFEFEF. Windows color (decimal): -2098459 or 15071967. OLE color: 15071967.

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

Color convert

RGB223250229-
CMYK0.1100.080.02
HSL133.33º72.97%92.75%-
HSV(B)133.33º10.8%98.04%-
XYZ78.7689.7287.29-
YUV239.53122.05116.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 229 (89.84% from 255) = 32.62%
R=31.77%
G=35.61%
B=32.62%

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
Decimal2232502290.1100.080.02133.3372.9792.75
HexDFFAE5B08285495d
Octal337372345130102205111135
Binary110111111111101011100101101101000101000010110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAE5; }

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

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

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

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

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

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

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

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