#DBD7D8

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

Shades of Prim #DBD7D8

Tints of Prim #DBD7D8

Color information

#DBD7D8 (or 0xDBD7D8) is unknown color: approx Prim. HEX triplet: DB, D7 and D8. RGB value is (219,215,216). Sum of RGB (Red+Green+Blue) = 219+215+216=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7D8 is #242827. Grayscale: #D8D8D8. Windows color (decimal): -2369576 or 14211035. OLE color: 14211035.

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

Color convert

RGB219215216-
CMYK00.020.010.14
HSL345º5.26%85.1%-
HSV(B)345º1.83%85.88%-
XYZ65.9168.6274.74-
YUV216.31127.83129.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 215 (84.38% from 255) = 33.08%
BLUE value IS 216 (84.77% from 255) = 33.23%
R=33.69%
G=33.08%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921521600.020.010.143455.2685.1
HexDBD7D8021E159555
Octal333327330021165315125
Binary110110111101011111011000010111101010110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7D8; }

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

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

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

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

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

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

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

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