#DBD8D9

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

Shades of Prim #DBD8D9

Tints of Prim #DBD8D9

Color information

#DBD8D9 (or 0xDBD8D9) is unknown color: approx Prim. HEX triplet: DB, D8 and D9. RGB value is (219,216,217). Sum of RGB (Red+Green+Blue) = 219+216+217=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8D9 is #242726. Grayscale: #D9D9D9. Windows color (decimal): -2369319 or 14276827. OLE color: 14276827.

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

Color convert

RGB219216217-
CMYK00.010.010.14
HSL340º4%85.29%-
HSV(B)340º1.37%85.88%-
XYZ66.2969.1875.5-
YUV217.01127.99129.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 216 (84.77% from 255) = 33.13%
BLUE value IS 217 (85.16% from 255) = 33.28%
R=33.59%
G=33.13%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921621700.010.010.14340485.29
HexDBD8D9011E154455
Octal333330331011165244125
Binary11011011110110001101100101111101010101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8D9; }

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

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

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

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

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

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

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

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