#DBFFE7

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

Shades of Cosmic Latte #DBFFE7

Tints of Cosmic Latte #DBFFE7

Color information

#DBFFE7 (or 0xDBFFE7) is unknown color: approx Cosmic Latte. HEX triplet: DB, FF and E7. RGB value is (219,255,231). Sum of RGB (Red+Green+Blue) = 219+255+231=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFE7 is #240018. Grayscale: #F1F1F1. Windows color (decimal): -2359321 or 15204315. OLE color: 15204315.

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

Color convert

RGB219255231-
CMYK0.1400.090
HSL140º100%92.94%-
HSV(B)140º14.12%100%-
XYZ79.492.3589.24-
YUV241.5122.07111.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.06%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 231 (90.62% from 255) = 32.77%
R=31.06%
G=36.17%
B=32.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552310.1400.09014010092.94
HexDBFFE7E0908c645d
Octal333377347160110214144135
Binary11011011111111111110011111100100101000110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFE7; }

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

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

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

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

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

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

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

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