#DAFEEA

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

Shades of Cosmic Latte #DAFEEA

Tints of Cosmic Latte #DAFEEA

Color information

#DAFEEA (or 0xDAFEEA) is unknown color: approx Cosmic Latte. HEX triplet: DA, FE and EA. RGB value is (218,254,234). Sum of RGB (Red+Green+Blue) = 218+254+234=706 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.88% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEEA is #250115. Grayscale: #F1F1F1. Windows color (decimal): -2425110 or 15400666. OLE color: 15400666.

HSL color Cylindrical-coordinate representation of color #DAFEEA: hue angle of 146.67º 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 #DAFEEA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB218254234-
CMYK0.1400.080.00
HSL146.67º94.74%92.55%-
HSV(B)146.67º14.17%99.61%-
XYZ79.2191.7391.37-
YUV240.96124.07111.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.88%
GREEN value IS 254 (99.61% from 255) = 35.98%
BLUE value IS 234 (91.80% from 255) = 33.14%
R=30.88%
G=35.98%
B=33.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542340.1400.080.00146.6794.7492.55
HexDAFEEAE080935f5d
Octal332376352160100223137135
Binary11011010111111101110101011100100001001001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEEA; }

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

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

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

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

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

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

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

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