#DAFDE2

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

Shades of Cosmic Latte #DAFDE2

Tints of Cosmic Latte #DAFDE2

Color information

#DAFDE2 (or 0xDAFDE2) is unknown color: approx Cosmic Latte. HEX triplet: DA, FD and E2. RGB value is (218,253,226). Sum of RGB (Red+Green+Blue) = 218+253+226=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDE2 is #25021D. Grayscale: #EFEFEF. Windows color (decimal): -2425374 or 14876122. OLE color: 14876122.

HSL color Cylindrical-coordinate representation of color #DAFDE2: hue angle of 133.71º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDE2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB218253226-
CMYK0.1400.110.01
HSL133.71º89.74%92.35%-
HSV(B)133.71º13.83%99.22%-
XYZ77.7790.6585.35-
YUV239.46120.4112.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.28%
GREEN value IS 253 (99.22% from 255) = 36.30%
BLUE value IS 226 (88.67% from 255) = 32.42%
R=31.28%
G=36.30%
B=32.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532260.1400.110.01133.7189.7492.35
HexDAFDE2E0B1865a5c
Octal332375342160131206132134
Binary11011010111111011110001011100101111000011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDE2; }

 p { color: rgb(218,253,226); }

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

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

 a { background-color: rgb(218,253,226); }

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

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

 span { border-color: rgb(218,253,226); }

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