#DAF8E1

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

Shades of Cosmic Latte #DAF8E1

Tints of Cosmic Latte #DAF8E1

Color information

#DAF8E1 (or 0xDAF8E1) is unknown color: approx Cosmic Latte. HEX triplet: DA, F8 and E1. RGB value is (218,248,225). Sum of RGB (Red+Green+Blue) = 218+248+225=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 225 (88.28% from 255 or 32.56% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8E1 is #25071E. Grayscale: #ECECEC. Windows color (decimal): -2426655 or 14809306. OLE color: 14809306.

HSL color Cylindrical-coordinate representation of color #DAF8E1: hue angle of 134º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF8E1 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB218248225-
CMYK0.1200.090.03
HSL134º68.18%91.37%-
HSV(B)134º12.1%97.25%-
XYZ76.0787.4884.11-
YUV236.41121.56114.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 248 (97.27% from 255) = 35.89%
BLUE value IS 225 (88.28% from 255) = 32.56%
R=31.55%
G=35.89%
B=32.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182482250.1200.090.0313468.1891.37
HexDAF8E1C09386445b
Octal332370341140113206104133
Binary110110101111100011100001110001001111000011010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8E1; }

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

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

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

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

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

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

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

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