#DBC9D0

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

Shades of Prim #DBC9D0

Tints of Prim #DBC9D0

Color information

#DBC9D0 (or 0xDBC9D0) is unknown color: approx Prim. HEX triplet: DB, C9 and D0. RGB value is (219,201,208). Sum of RGB (Red+Green+Blue) = 219+201+208=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9D0 is #24362F. Grayscale: #CFCFCF. Windows color (decimal): -2373168 or 13683163. OLE color: 13683163.

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

Color convert

RGB219201208-
CMYK00.080.050.14
HSL336.67º20%82.35%-
HSV(B)336.67º8.22%85.88%-
XYZ61.4961.3968.28-
YUV207.18128.46136.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 201 (78.91% from 255) = 32.01%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=34.87%
G=32.01%
B=33.12%

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
Decimal21920120800.080.050.14336.672082.35
HexDBC9D0085E1511452
Octal33331132001051652124122
Binary110110111100100111010000010001011110101010001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC9D0; }

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

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

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

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

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

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

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

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