#DBD0D5

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

Shades of Prim #DBD0D5

Tints of Prim #DBD0D5

Color information

#DBD0D5 (or 0xDBD0D5) is unknown color: approx Prim. HEX triplet: DB, D0 and D5. RGB value is (219,208,213). Sum of RGB (Red+Green+Blue) = 219+208+213=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0D5 is #242F2A. Grayscale: #D3D3D3. Windows color (decimal): -2371371 or 14012635. OLE color: 14012635.

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

Color convert

RGB219208213-
CMYK00.050.030.14
HSL332.73º13.25%83.73%-
HSV(B)332.73º5.02%85.88%-
XYZ63.7864.9872.13-
YUV211.86128.64133.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 208 (81.64% from 255) = 32.5%
BLUE value IS 213 (83.59% from 255) = 33.28%
R=34.22%
G=32.5%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920821300.050.030.14332.7313.2583.73
HexDBD0D5053E14dd54
Octal3333203250531651515124
Binary110110111101000011010101010111111010100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0D5; }

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

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

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

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

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

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

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

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