#D8C5C6

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

Shades of Pink Flare #D8C5C6

Tints of Pink Flare #D8C5C6

Color information

#D8C5C6 (or 0xD8C5C6) is unknown color: approx Pink Flare. HEX triplet: D8, C5 and C6. RGB value is (216,197,198). Sum of RGB (Red+Green+Blue) = 216+197+198=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5C6 is #273A39. Grayscale: #CACACA. Windows color (decimal): -2570810 or 13026776. OLE color: 13026776.

HSL color Cylindrical-coordinate representation of color #D8C5C6: hue angle of 356.84º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8C5C6 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216197198-
CMYK00.090.080.15
HSL356.84º19.59%80.98%-
HSV(B)356.84º8.8%84.71%-
XYZ58.4858.6161.66-
YUV202.8125.29137.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 198 (77.73% from 255) = 32.41%
R=35.35%
G=32.24%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619719800.090.080.15356.8419.5980.98
HexD8C5C6098F1651451
Octal330305306011101754524121
Binary1101100011000101110001100100110001111101100101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C5C6; }

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

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

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

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

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

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

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

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