#DAFBE8

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

Shades of Cosmic Latte #DAFBE8

Tints of Cosmic Latte #DAFBE8

Color information

#DAFBE8 (or 0xDAFBE8) is unknown color: approx Cosmic Latte. HEX triplet: DA, FB and E8. RGB value is (218,251,232). Sum of RGB (Red+Green+Blue) = 218+251+232=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 232 (91.02% from 255 or 33.10% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBE8 is #250417. Grayscale: #EFEFEF. Windows color (decimal): -2425880 or 15268826. OLE color: 15268826.

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

Color convert

RGB218251232-
CMYK0.1300.080.02
HSL145.45º80.49%91.96%-
HSV(B)145.45º13.15%98.43%-
XYZ77.9889.7389.55-
YUV238.97124.07113.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.10%
GREEN value IS 251 (98.44% from 255) = 35.81%
BLUE value IS 232 (91.02% from 255) = 33.10%
R=31.10%
G=35.81%
B=33.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512320.1300.080.02145.4580.4991.96
HexDAFBE8D08291505c
Octal332373350150102221120134
Binary110110101111101111101000110101000101001000110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBE8; }

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

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

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

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

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

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

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

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