#DCC6CC

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

Shades of Prim #DCC6CC

Tints of Prim #DCC6CC

Color information

#DCC6CC (or 0xDCC6CC) is unknown color: approx Prim. HEX triplet: DC, C6 and CC. RGB value is (220,198,204). Sum of RGB (Red+Green+Blue) = 220+198+204=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6CC is #233933. Grayscale: #CDCDCD. Windows color (decimal): -2308404 or 13420252. OLE color: 13420252.

HSL color Cylindrical-coordinate representation of color #DCC6CC: hue angle of 343.64º degrees, saturation: 0.24, 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 #DCC6CC is Cyan = 0, Magento = 0.1, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220198204-
CMYK00.10.070.14
HSL343.64º23.91%81.96%-
HSV(B)343.64º10%86.27%-
XYZ60.6159.9665.51-
YUV205.26127.29138.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 198 (77.73% from 255) = 31.83%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=35.37%
G=31.83%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019820400.10.070.14343.6423.9181.96
HexDCC6CC0A7E1581852
Octal33430631401271653030122
Binary110111001100011011001100010101111110101011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6CC; }

 p { color: rgb(220,198,204); }

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

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

 a { background-color: rgb(220,198,204); }

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

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

 span { border-color: rgb(220,198,204); }

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