#DAFCE8

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

Shades of Cosmic Latte #DAFCE8

Tints of Cosmic Latte #DAFCE8

Color information

#DAFCE8 (or 0xDAFCE8) is unknown color: approx Cosmic Latte. HEX triplet: DA, FC and E8. RGB value is (218,252,232). Sum of RGB (Red+Green+Blue) = 218+252+232=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCE8 is #250317. Grayscale: #EFEFEF. Windows color (decimal): -2425624 or 15269082. OLE color: 15269082.

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

Color convert

RGB218252232-
CMYK0.1300.080.01
HSL144.71º85%92.16%-
HSV(B)144.71º13.49%98.82%-
XYZ78.2990.3589.66-
YUV239.55123.74112.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 252 (98.83% from 255) = 35.90%
BLUE value IS 232 (91.02% from 255) = 33.05%
R=31.05%
G=35.90%
B=33.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182522320.1300.080.01144.718592.16
HexDAFCE8D08191555c
Octal332374350150101221125134
Binary11011010111111001110100011010100011001000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCE8; }

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

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

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

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

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

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

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

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