#DCCBD0

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

Shades of Prim #DCCBD0

Tints of Prim #DCCBD0

Color information

#DCCBD0 (or 0xDCCBD0) is unknown color: approx Prim. HEX triplet: DC, CB and D0. RGB value is (220,203,208). Sum of RGB (Red+Green+Blue) = 220+203+208=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBD0 is #23342F. Grayscale: #D0D0D0. Windows color (decimal): -2307120 or 13683676. OLE color: 13683676.

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

Color convert

RGB220203208-
CMYK00.080.050.14
HSL342.35º19.54%82.94%-
HSV(B)342.35º7.73%86.27%-
XYZ62.2662.4868.45-
YUV208.65127.63136.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=34.87%
G=32.17%
B=32.96%

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
Decimal22020320800.080.050.14342.3519.5482.94
HexDCCBD0085E1561453
Octal33431332001051652624123
Binary110111001100101111010000010001011110101010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBD0; }

 p { color: rgb(220,203,208); }

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

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

 a { background-color: rgb(220,203,208); }

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

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

 span { border-color: rgb(220,203,208); }

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