#DCC8D0

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

Shades of Prim #DCC8D0

Tints of Prim #DCC8D0

Color information

#DCC8D0 (or 0xDCC8D0) is unknown color: approx Prim. HEX triplet: DC, C8 and D0. RGB value is (220,200,208). Sum of RGB (Red+Green+Blue) = 220+200+208=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8D0 is #23372F. Grayscale: #CECECE. Windows color (decimal): -2307888 or 13682908. OLE color: 13682908.

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

Color convert

RGB220200208-
CMYK00.090.050.14
HSL336º22.22%82.35%-
HSV(B)336º9.09%86.27%-
XYZ61.5561.0868.22-
YUV206.89128.63137.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 200 (78.52% from 255) = 31.85%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=35.03%
G=31.85%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020020800.090.050.1433622.2282.35
HexDCC8D0095E1501652
Octal33431032001151652026122
Binary110111001100100011010000010011011110101010000101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8D0; }

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

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

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

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

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

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

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

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