#D8C4C5

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

Shades of Pink Flare #D8C4C5

Tints of Pink Flare #D8C4C5

Color information

#D8C4C5 (or 0xD8C4C5) is unknown color: approx Pink Flare. HEX triplet: D8, C4 and C5. RGB value is (216,196,197). Sum of RGB (Red+Green+Blue) = 216+196+197=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4C5 is #273B3A. Grayscale: #CACACA. Windows color (decimal): -2571067 or 12960984. OLE color: 12960984.

HSL color Cylindrical-coordinate representation of color #D8C4C5: hue angle of 357º 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 #D8C4C5 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB216196197-
CMYK00.090.090.15
HSL357º20.41%80.78%-
HSV(B)357º9.26%84.71%-
XYZ58.1458.1160.98-
YUV202.09125.13137.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.47%
GREEN value IS 196 (76.95% from 255) = 32.18%
BLUE value IS 197 (77.34% from 255) = 32.35%
R=35.47%
G=32.18%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619619700.090.090.1535720.4180.78
HexD8C4C5099F1651451
Octal330304305011111754524121
Binary1101100011000100110001010100110011111101100101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C4C5; }

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

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

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

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

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

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

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

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