#DAFFE8

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

Shades of Cosmic Latte #DAFFE8

Tints of Cosmic Latte #DAFFE8

Color information

#DAFFE8 (or 0xDAFFE8) is unknown color: approx Cosmic Latte. HEX triplet: DA, FF and E8. RGB value is (218,255,232). Sum of RGB (Red+Green+Blue) = 218+255+232=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFE8 is #250017. Grayscale: #F1F1F1. Windows color (decimal): -2424856 or 15269850. OLE color: 15269850.

HSL color Cylindrical-coordinate representation of color #DAFFE8: hue angle of 142.7º 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 #DAFFE8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB218255232-
CMYK0.1500.090
HSL142.7º100%92.75%-
HSV(B)142.7º14.51%100%-
XYZ79.2492.2589.97-
YUV241.32122.74111.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.92%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 232 (91.02% from 255) = 32.91%
R=30.92%
G=36.17%
B=32.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552320.1500.090142.710092.75
HexDAFFE8F0908f645d
Octal332377350170110217144135
Binary11011010111111111110100011110100101000111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFE8; }

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

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

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

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

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

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

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

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