#DCC7CE

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

Shades of Prim #DCC7CE

Tints of Prim #DCC7CE

Color information

#DCC7CE (or 0xDCC7CE) is unknown color: approx Prim. HEX triplet: DC, C7 and CE. RGB value is (220,199,206). Sum of RGB (Red+Green+Blue) = 220+199+206=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7CE is #233831. Grayscale: #CECECE. Windows color (decimal): -2308146 or 13551580. OLE color: 13551580.

HSL color Cylindrical-coordinate representation of color #DCC7CE: hue angle of 340º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC7CE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220199206-
CMYK00.100.060.14
HSL340º23.08%82.16%-
HSV(B)340º9.55%86.27%-
XYZ61.0860.5266.85-
YUV206.08127.96137.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=35.2%
G=31.84%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019920600.100.060.1434023.0882.16
HexDCC7CE0A6E1541752
Octal33430731601261652427122
Binary110111001100011111001110010101101110101010100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7CE; }

 p { color: rgb(220,199,206); }

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

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

 a { background-color: rgb(220,199,206); }

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

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

 span { border-color: rgb(220,199,206); }

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