#DBE3D3

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

Shades of Frostee #DBE3D3

Tints of Frostee #DBE3D3

Color information

#DBE3D3 (or 0xDBE3D3) is unknown color: approx Frostee. HEX triplet: DB, E3 and D3. RGB value is (219,227,211). Sum of RGB (Red+Green+Blue) = 219+227+211=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3D3 is #241C2C. Grayscale: #DEDEDE. Windows color (decimal): -2366509 or 13886427. OLE color: 13886427.

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

Color convert

RGB219227211-
CMYK0.0400.070.11
HSL90º22.22%85.88%-
HSV(B)90º7.05%89.02%-
XYZ68.4474.772.44-
YUV222.78121.35125.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.33%
GREEN value IS 227 (89.06% from 255) = 34.55%
BLUE value IS 211 (82.81% from 255) = 32.12%
R=33.33%
G=34.55%
B=32.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192272110.0400.070.119022.2285.88
HexDBE3D3407B5a1656
Octal3333433234071313226126
Binary110110111110001111010011100011110111011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3D3; }

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

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

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

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

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

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

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

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