#DCC5C6

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

Shades of Pink Flare #DCC5C6

Tints of Pink Flare #DCC5C6

Color information

#DCC5C6 (or 0xDCC5C6) is unknown color: approx Pink Flare. HEX triplet: DC, C5 and C6. RGB value is (220,197,198). Sum of RGB (Red+Green+Blue) = 220+197+198=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5C6 is #233A39. Grayscale: #CCCCCC. Windows color (decimal): -2308666 or 13026780. OLE color: 13026780.

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

Color convert

RGB220197198-
CMYK00.100.10.14
HSL357.39º24.73%81.76%-
HSV(B)357.39º10.45%86.27%-
XYZ59.6759.2361.71-
YUV203.99124.62139.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 197 (77.34% from 255) = 32.03%
BLUE value IS 198 (77.73% from 255) = 32.20%
R=35.77%
G=32.03%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019719800.100.10.14357.3924.7381.76
HexDCC5C60AAE1651952
Octal334305306012121654531122
Binary1101110011000101110001100101010101110101100101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5C6; }

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

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

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

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

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

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

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

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