#DCC9D0

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

Shades of Prim #DCC9D0

Tints of Prim #DCC9D0

Color information

#DCC9D0 (or 0xDCC9D0) is unknown color: approx Prim. HEX triplet: DC, C9 and D0. RGB value is (220,201,208). Sum of RGB (Red+Green+Blue) = 220+201+208=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9D0 is #23362F. Grayscale: #CFCFCF. Windows color (decimal): -2307632 or 13683164. OLE color: 13683164.

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

Color convert

RGB220201208-
CMYK00.090.050.14
HSL337.89º21.35%82.55%-
HSV(B)337.89º8.64%86.27%-
XYZ61.7961.5468.3-
YUV207.48128.29136.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 208 (81.64% from 255) = 33.07%
R=34.98%
G=31.96%
B=33.07%

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
Decimal22020120800.090.050.14337.8921.3582.55
HexDCC9D0095E1521553
Octal33431132001151652225123
Binary110111001100100111010000010011011110101010010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9D0; }

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

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

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

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

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

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

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

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