#DAFFEB

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

Shades of Cosmic Latte #DAFFEB

Tints of Cosmic Latte #DAFFEB

Color information

#DAFFEB (or 0xDAFFEB) is unknown color: approx Cosmic Latte. HEX triplet: DA, FF and EB. RGB value is (218,255,235). Sum of RGB (Red+Green+Blue) = 218+255+235=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFEB is #250014. Grayscale: #F1F1F1. Windows color (decimal): -2424853 or 15466458. OLE color: 15466458.

HSL color Cylindrical-coordinate representation of color #DAFFEB: hue angle of 147.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFEB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB218255235-
CMYK0.1500.080
HSL147.57º100%92.75%-
HSV(B)147.57º14.51%100%-
XYZ79.6792.4292.24-
YUV241.66124.24111.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.79%
GREEN value IS 255 (100% from 255) = 36.02%
BLUE value IS 235 (92.19% from 255) = 33.19%
R=30.79%
G=36.02%
B=33.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552350.1500.080147.5710092.75
HexDAFFEBF08094645d
Octal332377353170100224144135
Binary11011010111111111110101111110100001001010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFEB; }

 p { color: rgb(218,255,235); }

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

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

 a { background-color: rgb(218,255,235); }

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

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

 span { border-color: rgb(218,255,235); }

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