#DAFFE5

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

Shades of Cosmic Latte #DAFFE5

Tints of Cosmic Latte #DAFFE5

Color information

#DAFFE5 (or 0xDAFFE5) is unknown color: approx Cosmic Latte. HEX triplet: DA, FF and E5. RGB value is (218,255,229). Sum of RGB (Red+Green+Blue) = 218+255+229=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFE5 is #25001A. Grayscale: #F1F1F1. Windows color (decimal): -2424859 or 15073242. OLE color: 15073242.

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

Color convert

RGB218255229-
CMYK0.1500.100
HSL137.84º100%92.75%-
HSV(B)137.84º14.51%100%-
XYZ78.8292.0887.75-
YUV240.97121.24111.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 255 (100% from 255) = 36.32%
BLUE value IS 229 (89.84% from 255) = 32.62%
R=31.05%
G=36.32%
B=32.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552290.1500.100137.8410092.75
HexDAFFE5F0A08a645d
Octal332377345170120212144135
Binary11011010111111111110010111110101001000101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFE5; }

 p { color: rgb(218,255,229); }

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

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

 a { background-color: rgb(218,255,229); }

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

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

 span { border-color: rgb(218,255,229); }

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