#DAF4E1

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

Shades of Cosmic Latte #DAF4E1

Tints of Cosmic Latte #DAF4E1

Color information

#DAF4E1 (or 0xDAF4E1) is unknown color: approx Cosmic Latte. HEX triplet: DA, F4 and E1. RGB value is (218,244,225). Sum of RGB (Red+Green+Blue) = 218+244+225=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF4E1 is #250B1E. Grayscale: #EAEAEA. Windows color (decimal): -2427679 or 14808282. OLE color: 14808282.

HSL color Cylindrical-coordinate representation of color #DAF4E1: hue angle of 136.15º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF4E1 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB218244225-
CMYK0.1100.080.04
HSL136.15º54.17%90.59%-
HSV(B)136.15º10.66%95.69%-
XYZ74.8585.0483.7-
YUV234.06122.89116.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 244 (95.70% from 255) = 35.52%
BLUE value IS 225 (88.28% from 255) = 32.75%
R=31.73%
G=35.52%
B=32.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182442250.1100.080.04136.1554.1790.59
HexDAF4E1B08488365b
Octal33236434113010421066133
Binary110110101111010011100001101101000100100010001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4E1; }

 p { color: rgb(218,244,225); }

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

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

 a { background-color: rgb(218,244,225); }

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

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

 span { border-color: rgb(218,244,225); }

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