#DAFBE6

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

Shades of Cosmic Latte #DAFBE6

Tints of Cosmic Latte #DAFBE6

Color information

#DAFBE6 (or 0xDAFBE6) is unknown color: approx Cosmic Latte. HEX triplet: DA, FB and E6. RGB value is (218,251,230). Sum of RGB (Red+Green+Blue) = 218+251+230=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 230 (90.23% from 255 or 32.90% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBE6 is #250419. Grayscale: #EEEEEE. Windows color (decimal): -2425882 or 15137754. OLE color: 15137754.

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

Color convert

RGB218251230-
CMYK0.1300.080.02
HSL141.82º80.49%91.96%-
HSV(B)141.82º13.15%98.43%-
XYZ77.6989.6188.07-
YUV238.74123.07113.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.19%
GREEN value IS 251 (98.44% from 255) = 35.91%
BLUE value IS 230 (90.23% from 255) = 32.90%
R=31.19%
G=35.91%
B=32.90%

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
Decimal2182512300.1300.080.02141.8280.4991.96
HexDAFBE6D0828e505c
Octal332373346150102216120134
Binary110110101111101111100110110101000101000111010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBE6; }

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

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

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

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

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

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

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

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