#DAFEE2

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

Shades of Cosmic Latte #DAFEE2

Tints of Cosmic Latte #DAFEE2

Color information

#DAFEE2 (or 0xDAFEE2) is unknown color: approx Cosmic Latte. HEX triplet: DA, FE and E2. RGB value is (218,254,226). Sum of RGB (Red+Green+Blue) = 218+254+226=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEE2 is #25011D. Grayscale: #F0F0F0. Windows color (decimal): -2425118 or 14876378. OLE color: 14876378.

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

Color convert

RGB218254226-
CMYK0.1400.110.00
HSL133.33º94.74%92.55%-
HSV(B)133.33º14.17%99.61%-
XYZ78.0891.2885.45-
YUV240.04120.07112.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.23%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 226 (88.67% from 255) = 32.38%
R=31.23%
G=36.39%
B=32.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542260.1400.110.00133.3394.7492.55
HexDAFEE2E0B0855f5d
Octal332376342160130205137135
Binary11011010111111101110001011100101101000010110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEE2; }

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

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

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

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

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

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

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

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