#DBD8D3

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

Shades of Gallery #DBD8D3

Tints of Gallery #DBD8D3

Color information

#DBD8D3 (or 0xDBD8D3) is unknown color: approx Gallery. HEX triplet: DB, D8 and D3. RGB value is (219,216,211). Sum of RGB (Red+Green+Blue) = 219+216+211=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8D3 is #24272C. Grayscale: #D8D8D8. Windows color (decimal): -2369325 or 13883611. OLE color: 13883611.

HSL color Cylindrical-coordinate representation of color #DBD8D3: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD8D3 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB219216211-
CMYK00.010.040.14
HSL37.5º10%84.31%-
HSV(B)37.5º3.65%85.88%-
XYZ65.5368.8771.47-
YUV216.33124.99129.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 216 (84.77% from 255) = 33.44%
BLUE value IS 211 (82.81% from 255) = 32.66%
R=33.90%
G=33.44%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921621100.010.040.1437.51084.31
HexDBD8D3014E26a54
Octal333330323014164612124
Binary11011011110110001101001101100111010011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8D3; }

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

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

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

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

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

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

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

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