#DBE6BC

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

Shades of Frost #DBE6BC

Tints of Frost #DBE6BC

Color information

#DBE6BC (or 0xDBE6BC) is unknown color: approx Frost. HEX triplet: DB, E6 and BC. RGB value is (219,230,188). Sum of RGB (Red+Green+Blue) = 219+230+188=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6BC is #241943. Grayscale: #DEDEDE. Windows color (decimal): -2365764 or 12379867. OLE color: 12379867.

HSL color Cylindrical-coordinate representation of color #DBE6BC: hue angle of 75.71º degrees, saturation: 0.46, 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 #DBE6BC is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB219230188-
CMYK0.0500.180.10
HSL75.71º45.65%81.96%-
HSV(B)75.71º18.26%90.2%-
XYZ66.5975.2858.6-
YUV221.92108.86125.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 230 (90.23% from 255) = 36.11%
BLUE value IS 188 (73.83% from 255) = 29.51%
R=34.38%
G=36.11%
B=29.51%

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
Decimal2192301880.0500.180.1075.7145.6581.96
HexDBE6BC5012A4c2e52
Octal33334627450221211456122
Binary110110111110011010111100101010010101010011001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6BC; }

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

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

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

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

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

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

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

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