#DAFEE6

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

Shades of Cosmic Latte #DAFEE6

Tints of Cosmic Latte #DAFEE6

Color information

#DAFEE6 (or 0xDAFEE6) is unknown color: approx Cosmic Latte. HEX triplet: DA, FE and E6. RGB value is (218,254,230). Sum of RGB (Red+Green+Blue) = 218+254+230=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEE6 is #250119. Grayscale: #F0F0F0. Windows color (decimal): -2425114 or 15138522. OLE color: 15138522.

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

Color convert

RGB218254230-
CMYK0.1400.090.00
HSL140º94.74%92.55%-
HSV(B)140º14.17%99.61%-
XYZ78.6491.588.38-
YUV240.5122.07111.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 230 (90.23% from 255) = 32.76%
R=31.05%
G=36.18%
B=32.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542300.1400.090.0014094.7492.55
HexDAFEE6E0908c5f5d
Octal332376346160110214137135
Binary11011010111111101110011011100100101000110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEE6; }

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

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

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

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

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

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

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

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