#DCC1C3

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

Shades of Pink Flare #DCC1C3

Tints of Pink Flare #DCC1C3

Color information

#DCC1C3 (or 0xDCC1C3) is unknown color: approx Pink Flare. HEX triplet: DC, C1 and C3. RGB value is (220,193,195). Sum of RGB (Red+Green+Blue) = 220+193+195=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1C3 is #233E3C. Grayscale: #C9C9C9. Windows color (decimal): -2309693 or 12829148. OLE color: 12829148.

HSL color Cylindrical-coordinate representation of color #DCC1C3: hue angle of 355.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC1C3 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220193195-
CMYK00.120.110.14
HSL355.56º27.84%80.98%-
HSV(B)355.56º12.27%86.27%-
XYZ58.4457.359.61-
YUV201.3124.45141.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 193 (75.78% from 255) = 31.74%
BLUE value IS 195 (76.56% from 255) = 32.07%
R=36.18%
G=31.74%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019319500.120.110.14355.5627.8480.98
HexDCC1C30CBE1641c51
Octal334301303014131654434121
Binary1101110011000001110000110110010111110101100100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1C3; }

 p { color: rgb(220,193,195); }

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

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

 a { background-color: rgb(220,193,195); }

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

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

 span { border-color: rgb(220,193,195); }

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