#DCC2C3

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

Shades of Pink Flare #DCC2C3

Tints of Pink Flare #DCC2C3

Color information

#DCC2C3 (or 0xDCC2C3) is unknown color: approx Pink Flare. HEX triplet: DC, C2 and C3. RGB value is (220,194,195). Sum of RGB (Red+Green+Blue) = 220+194+195=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C3 is #233D3C. Grayscale: #C9C9C9. Windows color (decimal): -2309437 or 12829404. OLE color: 12829404.

HSL color Cylindrical-coordinate representation of color #DCC2C3: hue angle of 357.69º degrees, saturation: 0.27, 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 #DCC2C3 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220194195-
CMYK00.120.110.14
HSL357.69º27.08%81.18%-
HSV(B)357.69º11.82%86.27%-
XYZ58.6657.7459.68-
YUV201.89124.11140.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 194 (76.17% from 255) = 31.86%
BLUE value IS 195 (76.56% from 255) = 32.02%
R=36.12%
G=31.86%
B=32.02%

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
Decimal22019419500.120.110.14357.6927.0881.18
HexDCC2C30CBE1661b51
Octal334302303014131654633121
Binary1101110011000010110000110110010111110101100110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2C3; }

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

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

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

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

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

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

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

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