#DBD6D9

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

Shades of Prim #DBD6D9

Tints of Prim #DBD6D9

Color information

#DBD6D9 (or 0xDBD6D9) is unknown color: approx Prim. HEX triplet: DB, D6 and D9. RGB value is (219,214,217). Sum of RGB (Red+Green+Blue) = 219+214+217=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6D9 is #242926. Grayscale: #D7D7D7. Windows color (decimal): -2369831 or 14276315. OLE color: 14276315.

HSL color Cylindrical-coordinate representation of color #DBD6D9: hue angle of 324º degrees, saturation: 0.06, 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 #DBD6D9 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219214217-
CMYK00.020.010.14
HSL324º6.49%84.9%-
HSV(B)324º2.28%85.88%-
XYZ65.7868.1675.34-
YUV215.84128.66130.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 214 (83.98% from 255) = 32.92%
BLUE value IS 217 (85.16% from 255) = 33.38%
R=33.69%
G=32.92%
B=33.38%

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
Decimal21921421700.020.010.143246.4984.9
HexDBD6D9021E144655
Octal333326331021165046125
Binary110110111101011011011001010111101010001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6D9; }

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

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

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

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

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

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

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

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