#DCC4C5

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

Shades of Pink Flare #DCC4C5

Tints of Pink Flare #DCC4C5

Color information

#DCC4C5 (or 0xDCC4C5) is unknown color: approx Pink Flare. HEX triplet: DC, C4 and C5. RGB value is (220,196,197). Sum of RGB (Red+Green+Blue) = 220+196+197=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4C5 is #233B3A. Grayscale: #CBCBCB. Windows color (decimal): -2308923 or 12960988. OLE color: 12960988.

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

Color convert

RGB220196197-
CMYK00.110.100.14
HSL357.5º25.53%81.57%-
HSV(B)357.5º10.91%86.27%-
XYZ59.3358.7361.03-
YUV203.29124.45139.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 197 (77.34% from 255) = 32.14%
R=35.89%
G=31.97%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019619700.110.100.14357.525.5381.57
HexDCC4C50BAE1661a52
Octal334304305013121654632122
Binary1101110011000100110001010101110101110101100110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4C5; }

 p { color: rgb(220,196,197); }

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

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

 a { background-color: rgb(220,196,197); }

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

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

 span { border-color: rgb(220,196,197); }

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