#DFC6CC

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

Shades of Prim #DFC6CC

Tints of Prim #DFC6CC

Color information

#DFC6CC (or 0xDFC6CC) is unknown color: approx Prim. HEX triplet: DF, C6 and CC. RGB value is (223,198,204). Sum of RGB (Red+Green+Blue) = 223+198+204=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6CC is #203933. Grayscale: #CECECE. Windows color (decimal): -2111796 or 13420255. OLE color: 13420255.

HSL color Cylindrical-coordinate representation of color #DFC6CC: hue angle of 345.6º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC6CC is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223198204-
CMYK00.110.090.13
HSL345.6º28.09%82.55%-
HSV(B)345.6º11.21%87.45%-
XYZ61.5260.4465.55-
YUV206.16126.78140.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 198 (77.73% from 255) = 31.68%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=35.68%
G=31.68%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319820400.110.090.13345.628.0982.55
HexDFC6CC0B9D15a1c53
Octal337306314013111553234123
Binary1101111111000110110011000101110011101101011010111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6CC; }

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

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

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

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

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

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

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

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