#DBF3E4

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

Shades of Cosmic Latte #DBF3E4

Tints of Cosmic Latte #DBF3E4

Color information

#DBF3E4 (or 0xDBF3E4) is unknown color: approx Cosmic Latte. HEX triplet: DB, F3 and E4. RGB value is (219,243,228). Sum of RGB (Red+Green+Blue) = 219+243+228=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3E4 is #240C1B. Grayscale: #EAEAEA. Windows color (decimal): -2362396 or 15004635. OLE color: 15004635.

HSL color Cylindrical-coordinate representation of color #DBF3E4: hue angle of 142.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3E4 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB219243228-
CMYK0.1000.060.05
HSL142.5º50%90.59%-
HSV(B)142.5º9.88%95.29%-
XYZ75.2784.7685.79-
YUV234.11124.55117.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 243 (95.31% from 255) = 35.22%
BLUE value IS 228 (89.45% from 255) = 33.04%
R=31.74%
G=35.22%
B=33.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192432280.1000.060.05142.55090.59
HexDBF3E4A0658e325b
Octal3333633441206521662133
Binary11011011111100111110010010100110101100011101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3E4; }

 p { color: rgb(219,243,228); }

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

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

 a { background-color: rgb(219,243,228); }

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

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

 span { border-color: rgb(219,243,228); }

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