#DBDEBB

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

Shades of Frost #DBDEBB

Tints of Frost #DBDEBB

Color information

#DBDEBB (or 0xDBDEBB) is unknown color: approx Frost. HEX triplet: DB, DE and BB. RGB value is (219,222,187). Sum of RGB (Red+Green+Blue) = 219+222+187=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEBB is #242144. Grayscale: #D9D9D9. Windows color (decimal): -2367813 or 12312283. OLE color: 12312283.

HSL color Cylindrical-coordinate representation of color #DBDEBB: hue angle of 65.14º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBDEBB is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB219222187-
CMYK0.0100.160.13
HSL65.14º34.65%80.2%-
HSV(B)65.14º15.77%87.06%-
XYZ64.370.8957.31-
YUV217.11111.01129.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 187 (73.44% from 255) = 29.78%
R=34.87%
G=35.35%
B=29.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192221870.0100.160.1365.1434.6580.2
HexDBDEBB1010D412350
Octal33333627310201510143120
Binary1101101111011110101110111010000110110000011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEBB; }

 p { color: rgb(219,222,187); }

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

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

 a { background-color: rgb(219,222,187); }

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

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

 span { border-color: rgb(219,222,187); }

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