#DAFDE8

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

Shades of Cosmic Latte #DAFDE8

Tints of Cosmic Latte #DAFDE8

Color information

#DAFDE8 (or 0xDAFDE8) is unknown color: approx Cosmic Latte. HEX triplet: DA, FD and E8. RGB value is (218,253,232). Sum of RGB (Red+Green+Blue) = 218+253+232=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 232 (91.02% from 255 or 33.00% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDE8 is #250217. Grayscale: #F0F0F0. Windows color (decimal): -2425368 or 15269338. OLE color: 15269338.

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

Color convert

RGB218253232-
CMYK0.1400.080.01
HSL144º89.74%92.35%-
HSV(B)144º13.83%99.22%-
XYZ78.690.9889.76-
YUV240.14123.4112.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.01%
GREEN value IS 253 (99.22% from 255) = 35.99%
BLUE value IS 232 (91.02% from 255) = 33.00%
R=31.01%
G=35.99%
B=33.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532320.1400.080.0114489.7492.35
HexDAFDE8E081905a5c
Octal332375350160101220132134
Binary11011010111111011110100011100100011001000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDE8; }

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

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

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

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

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

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

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

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