#DAFFE7

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

Shades of Cosmic Latte #DAFFE7

Tints of Cosmic Latte #DAFFE7

Color information

#DAFFE7 (or 0xDAFFE7) is unknown color: approx Cosmic Latte. HEX triplet: DA, FF and E7. RGB value is (218,255,231). Sum of RGB (Red+Green+Blue) = 218+255+231=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFE7 is #250018. Grayscale: #F1F1F1. Windows color (decimal): -2424857 or 15204314. OLE color: 15204314.

HSL color Cylindrical-coordinate representation of color #DAFFE7: hue angle of 141.08º 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 #DAFFE7 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB218255231-
CMYK0.1500.090
HSL141.08º100%92.75%-
HSV(B)141.08º14.51%100%-
XYZ79.192.1989.23-
YUV241.2122.24111.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.97%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 231 (90.62% from 255) = 32.81%
R=30.97%
G=36.22%
B=32.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552310.1500.090141.0810092.75
HexDAFFE7F0908d645d
Octal332377347170110215144135
Binary11011010111111111110011111110100101000110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFE7; }

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

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

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

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

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

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

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

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