#DAFBE3

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

Shades of Cosmic Latte #DAFBE3

Tints of Cosmic Latte #DAFBE3

Color information

#DAFBE3 (or 0xDAFBE3) is unknown color: approx Cosmic Latte. HEX triplet: DA, FB and E3. RGB value is (218,251,227). Sum of RGB (Red+Green+Blue) = 218+251+227=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 227 (89.06% from 255 or 32.61% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBE3 is #25041C. Grayscale: #EEEEEE. Windows color (decimal): -2425885 or 14941146. OLE color: 14941146.

HSL color Cylindrical-coordinate representation of color #DAFBE3: hue angle of 136.36º 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 #DAFBE3 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB218251227-
CMYK0.1300.100.02
HSL136.36º80.49%91.96%-
HSV(B)136.36º13.15%98.43%-
XYZ77.2889.4585.86-
YUV238.4121.57113.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.32%
GREEN value IS 251 (98.44% from 255) = 36.06%
BLUE value IS 227 (89.06% from 255) = 32.61%
R=31.32%
G=36.06%
B=32.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512270.1300.100.02136.3680.4991.96
HexDAFBE3D0A288505c
Octal332373343150122210120134
Binary110110101111101111100011110101010101000100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBE3; }

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

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

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

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

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

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

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

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