#D8C3C4

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

Shades of Pink Flare #D8C3C4

Tints of Pink Flare #D8C3C4

Color information

#D8C3C4 (or 0xD8C3C4) is unknown color: approx Pink Flare. HEX triplet: D8, C3 and C4. RGB value is (216,195,196). Sum of RGB (Red+Green+Blue) = 216+195+196=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C3C4 is #273C3B. Grayscale: #C9C9C9. Windows color (decimal): -2571324 or 12895192. OLE color: 12895192.

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

Color convert

RGB216195196-
CMYK00.100.090.15
HSL357.14º21.21%80.59%-
HSV(B)357.14º9.72%84.71%-
XYZ57.857.6160.3-
YUV201.39124.96138.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 195 (76.56% from 255) = 32.13%
BLUE value IS 196 (76.95% from 255) = 32.29%
R=35.58%
G=32.13%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619519600.100.090.15357.1421.2180.59
HexD8C3C40A9F1651551
Octal330303304012111754525121
Binary1101100011000011110001000101010011111101100101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C3C4; }

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

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

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

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

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

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

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

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