#DBFFE2

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

Shades of Cosmic Latte #DBFFE2

Tints of Cosmic Latte #DBFFE2

Color information

#DBFFE2 (or 0xDBFFE2) is unknown color: approx Cosmic Latte. HEX triplet: DB, FF and E2. RGB value is (219,255,226). Sum of RGB (Red+Green+Blue) = 219+255+226=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFE2 is #24001D. Grayscale: #F1F1F1. Windows color (decimal): -2359326 or 14876635. OLE color: 14876635.

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

Color convert

RGB219255226-
CMYK0.1400.110
HSL131.67º100%92.94%-
HSV(B)131.67º14.12%100%-
XYZ78.792.0785.58-
YUV240.93119.57112.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.29%
GREEN value IS 255 (100% from 255) = 36.43%
BLUE value IS 226 (88.67% from 255) = 32.29%
R=31.29%
G=36.43%
B=32.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552260.1400.110131.6710092.94
HexDBFFE2E0B084645d
Octal333377342160130204144135
Binary11011011111111111110001011100101101000010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFE2; }

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

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

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

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

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

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

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

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