#DBD0D6

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

Shades of Prim #DBD0D6

Tints of Prim #DBD0D6

Color information

#DBD0D6 (or 0xDBD0D6) is unknown color: approx Prim. HEX triplet: DB, D0 and D6. RGB value is (219,208,214). Sum of RGB (Red+Green+Blue) = 219+208+214=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0D6 is #242F29. Grayscale: #D3D3D3. Windows color (decimal): -2371370 or 14078171. OLE color: 14078171.

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

Color convert

RGB219208214-
CMYK00.050.020.14
HSL327.27º13.25%83.73%-
HSV(B)327.27º5.02%85.88%-
XYZ63.9165.0372.8-
YUV211.97129.14133.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 208 (81.64% from 255) = 32.45%
BLUE value IS 214 (83.98% from 255) = 33.39%
R=34.17%
G=32.45%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920821400.050.020.14327.2713.2583.73
HexDBD0D6052E147d54
Octal3333203260521650715124
Binary110110111101000011010110010110111010100011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0D6; }

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

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

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

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

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

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

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

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