#DBC9D1

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

Shades of Prim #DBC9D1

Tints of Prim #DBC9D1

Color information

#DBC9D1 (or 0xDBC9D1) is unknown color: approx Prim. HEX triplet: DB, C9 and D1. RGB value is (219,201,209). Sum of RGB (Red+Green+Blue) = 219+201+209=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9D1 is #24362E. Grayscale: #CFCFCF. Windows color (decimal): -2373167 or 13748699. OLE color: 13748699.

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

Color convert

RGB219201209-
CMYK00.080.050.14
HSL333.33º20%82.35%-
HSV(B)333.33º8.22%85.88%-
XYZ61.6161.4468.93-
YUV207.29128.96136.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=34.82%
G=31.96%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920120900.080.050.14333.332082.35
HexDBC9D1085E14d1452
Octal33331132101051651524122
Binary110110111100100111010001010001011110101001101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC9D1; }

 p { color: rgb(219,201,209); }

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

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

 a { background-color: rgb(219,201,209); }

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

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

 span { border-color: rgb(219,201,209); }

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