#DAF8E5

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

Shades of Cosmic Latte #DAF8E5

Tints of Cosmic Latte #DAF8E5

Color information

#DAF8E5 (or 0xDAF8E5) is unknown color: approx Cosmic Latte. HEX triplet: DA, F8 and E5. RGB value is (218,248,229). Sum of RGB (Red+Green+Blue) = 218+248+229=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 229 (89.84% from 255 or 32.95% from 695); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8E5 is #25071A. Grayscale: #ECECEC. Windows color (decimal): -2426651 or 15071450. OLE color: 15071450.

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

Color convert

RGB218248229-
CMYK0.1200.080.03
HSL142º68.18%91.37%-
HSV(B)142º12.1%97.25%-
XYZ76.6287.787.02-
YUV236.86123.56114.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.37%
GREEN value IS 248 (97.27% from 255) = 35.68%
BLUE value IS 229 (89.84% from 255) = 32.95%
R=31.37%
G=35.68%
B=32.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182482290.1200.080.0314268.1891.37
HexDAF8E5C0838e445b
Octal332370345140103216104133
Binary110110101111100011100101110001000111000111010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8E5; }

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

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

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

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

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

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

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

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