#D7C3C4

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

Shades of Pink Flare #D7C3C4

Tints of Pink Flare #D7C3C4

Color information

#D7C3C4 (or 0xD7C3C4) is unknown color: approx Pink Flare. HEX triplet: D7, C3 and C4. RGB value is (215,195,196). Sum of RGB (Red+Green+Blue) = 215+195+196=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C3C4 is #283C3B. Grayscale: #C9C9C9. Windows color (decimal): -2636860 or 12895191. OLE color: 12895191.

HSL color Cylindrical-coordinate representation of color #D7C3C4: hue angle of 357º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C3C4 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB215195196-
CMYK00.090.090.16
HSL357º20%80.39%-
HSV(B)357º9.3%84.31%-
XYZ57.557.4660.29-
YUV201.09125.13137.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 195 (76.56% from 255) = 32.18%
BLUE value IS 196 (76.95% from 255) = 32.34%
R=35.48%
G=32.18%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519519600.090.090.163572080.39
HexD7C3C4099101651450
Octal327303304011112054524120
Binary11010111110000111100010001001100110000101100101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C3C4; }

 p { color: rgb(215,195,196); }

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

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

 a { background-color: rgb(215,195,196); }

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

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

 span { border-color: rgb(215,195,196); }

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