#DBFBE1

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

Shades of Cosmic Latte #DBFBE1

Tints of Cosmic Latte #DBFBE1

Color information

#DBFBE1 (or 0xDBFBE1) is unknown color: approx Cosmic Latte. HEX triplet: DB, FB and E1. RGB value is (219,251,225). Sum of RGB (Red+Green+Blue) = 219+251+225=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBE1 is #24041E. Grayscale: #EEEEEE. Windows color (decimal): -2360351 or 14810075. OLE color: 14810075.

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

Color convert

RGB219251225-
CMYK0.1300.100.02
HSL131.25º80%92.16%-
HSV(B)131.25º12.75%98.43%-
XYZ77.389.4984.43-
YUV238.47120.4114.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.51%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 225 (88.28% from 255) = 32.37%
R=31.51%
G=36.12%
B=32.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192512250.1300.100.02131.258092.16
HexDBFBE1D0A283505c
Octal333373341150122203120134
Binary110110111111101111100001110101010101000001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBE1; }

 p { color: rgb(219,251,225); }

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

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

 a { background-color: rgb(219,251,225); }

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

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

 span { border-color: rgb(219,251,225); }

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