#DBD3D7

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

Shades of Prim #DBD3D7

Tints of Prim #DBD3D7

Color information

#DBD3D7 (or 0xDBD3D7) is unknown color: approx Prim. HEX triplet: DB, D3 and D7. RGB value is (219,211,215). Sum of RGB (Red+Green+Blue) = 219+211+215=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 211 (82.81% from 255 or 32.71% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3D7 is #242C28. Grayscale: #D5D5D5. Windows color (decimal): -2370601 or 14144475. OLE color: 14144475.

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

Color convert

RGB219211215-
CMYK00.040.020.14
HSL330º10%84.31%-
HSV(B)330º3.65%85.88%-
XYZ64.7766.5573.72-
YUV213.85128.65131.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 211 (82.81% from 255) = 32.71%
BLUE value IS 215 (84.38% from 255) = 33.33%
R=33.95%
G=32.71%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921121500.040.020.143301084.31
HexDBD3D7042E14aa54
Octal3333233270421651212124
Binary110110111101001111010111010010111010100101010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3D7; }

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

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

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

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

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

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

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

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