#DBE6BD

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

Shades of Frost #DBE6BD

Tints of Frost #DBE6BD

Color information

#DBE6BD (or 0xDBE6BD) is unknown color: approx Frost. HEX triplet: DB, E6 and BD. RGB value is (219,230,189). Sum of RGB (Red+Green+Blue) = 219+230+189=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6BD is #241942. Grayscale: #DEDEDE. Windows color (decimal): -2365763 or 12445403. OLE color: 12445403.

HSL color Cylindrical-coordinate representation of color #DBE6BD: hue angle of 76.1º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBE6BD is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB219230189-
CMYK0.0500.180.10
HSL76.1º45.05%82.16%-
HSV(B)76.1º17.83%90.2%-
XYZ66.775.3359.17-
YUV222.04109.36125.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 230 (90.23% from 255) = 36.05%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=34.33%
G=36.05%
B=29.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301890.0500.180.1076.145.0582.16
HexDBE6BD5012A4c2d52
Octal33334627550221211455122
Binary110110111110011010111101101010010101010011001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6BD; }

 p { color: rgb(219,230,189); }

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

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

 a { background-color: rgb(219,230,189); }

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

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

 span { border-color: rgb(219,230,189); }

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