#DBE3D1

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

Shades of Frostee #DBE3D1

Tints of Frostee #DBE3D1

Color information

#DBE3D1 (or 0xDBE3D1) is unknown color: approx Frostee. HEX triplet: DB, E3 and D1. RGB value is (219,227,209). Sum of RGB (Red+Green+Blue) = 219+227+209=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3D1 is #241C2E. Grayscale: #DEDEDE. Windows color (decimal): -2366511 or 13755355. OLE color: 13755355.

HSL color Cylindrical-coordinate representation of color #DBE3D1: hue angle of 86.67º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE3D1 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB219227209-
CMYK0.0400.080.11
HSL86.67º24.32%85.49%-
HSV(B)86.67º7.93%89.02%-
XYZ68.1974.671.13-
YUV222.56120.35125.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 209 (82.03% from 255) = 31.91%
R=33.44%
G=34.66%
B=31.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192272090.0400.080.1186.6724.3285.49
HexDBE3D1408B571855
Octal33334332140101312730125
Binary1101101111100011110100011000100010111010111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3D1; }

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

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

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

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

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

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

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

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