#DBF1E3

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

Shades of Cosmic Latte #DBF1E3

Tints of Cosmic Latte #DBF1E3

Color information

#DBF1E3 (or 0xDBF1E3) is unknown color: approx Cosmic Latte. HEX triplet: DB, F1 and E3. RGB value is (219,241,227). Sum of RGB (Red+Green+Blue) = 219+241+227=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1E3 is #240E1C. Grayscale: #E8E8E8. Windows color (decimal): -2362909 or 14938587. OLE color: 14938587.

HSL color Cylindrical-coordinate representation of color #DBF1E3: hue angle of 141.82º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1E3 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB219241227-
CMYK0.0900.060.05
HSL141.82º44%90.2%-
HSV(B)141.82º9.13%94.51%-
XYZ74.5383.5284.87-
YUV232.83124.71118.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 241 (94.53% from 255) = 35.08%
BLUE value IS 227 (89.06% from 255) = 33.04%
R=31.88%
G=35.08%
B=33.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412270.0900.060.05141.824490.2
HexDBF1E390658e2c5a
Octal3333613431106521654132
Binary11011011111100011110001110010110101100011101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1E3; }

 p { color: rgb(219,241,227); }

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

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

 a { background-color: rgb(219,241,227); }

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

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

 span { border-color: rgb(219,241,227); }

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