#DFC3CC

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

Shades of Prim #DFC3CC

Tints of Prim #DFC3CC

Color information

#DFC3CC (or 0xDFC3CC) is unknown color: approx Prim. HEX triplet: DF, C3 and CC. RGB value is (223,195,204). Sum of RGB (Red+Green+Blue) = 223+195+204=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3CC is #203C33. Grayscale: #CCCCCC. Windows color (decimal): -2112564 or 13419487. OLE color: 13419487.

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

Color convert

RGB223195204-
CMYK00.130.090.13
HSL340.71º30.43%81.96%-
HSV(B)340.71º12.56%87.45%-
XYZ60.8559.0865.32-
YUV204.4127.78141.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 195 (76.56% from 255) = 31.35%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=35.85%
G=31.35%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319520400.130.090.13340.7130.4381.96
HexDFC3CC0D9D1551e52
Octal337303314015111552536122
Binary1101111111000011110011000110110011101101010101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3CC; }

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

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

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

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

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

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

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

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