#DAFDE1

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

Shades of Cosmic Latte #DAFDE1

Tints of Cosmic Latte #DAFDE1

Color information

#DAFDE1 (or 0xDAFDE1) is unknown color: approx Cosmic Latte. HEX triplet: DA, FD and E1. RGB value is (218,253,225). Sum of RGB (Red+Green+Blue) = 218+253+225=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 225 (88.28% from 255 or 32.33% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDE1 is #25021E. Grayscale: #EFEFEF. Windows color (decimal): -2425375 or 14810586. OLE color: 14810586.

HSL color Cylindrical-coordinate representation of color #DAFDE1: hue angle of 132º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDE1 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB218253225-
CMYK0.1400.110.01
HSL132º89.74%92.35%-
HSV(B)132º13.83%99.22%-
XYZ77.6390.5984.63-
YUV239.34119.9112.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.32%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 225 (88.28% from 255) = 32.33%
R=31.32%
G=36.35%
B=32.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532250.1400.110.0113289.7492.35
HexDAFDE1E0B1845a5c
Octal332375341160131204132134
Binary11011010111111011110000111100101111000010010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDE1; }

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

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

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

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

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

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

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

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