#DCC7CC

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

Shades of Prim #DCC7CC

Tints of Prim #DCC7CC

Color information

#DCC7CC (or 0xDCC7CC) is unknown color: approx Prim. HEX triplet: DC, C7 and CC. RGB value is (220,199,204). Sum of RGB (Red+Green+Blue) = 220+199+204=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7CC is #233833. Grayscale: #CDCDCD. Windows color (decimal): -2308148 or 13420508. OLE color: 13420508.

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

Color convert

RGB220199204-
CMYK00.100.070.14
HSL345.71º23.08%82.16%-
HSV(B)345.71º9.55%86.27%-
XYZ60.8460.4265.58-
YUV205.85126.96138.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 199 (78.12% from 255) = 31.94%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=35.31%
G=31.94%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019920400.100.070.14345.7123.0882.16
HexDCC7CC0A7E15a1752
Octal33430731401271653227122
Binary110111001100011111001100010101111110101011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7CC; }

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

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

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

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

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

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

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

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