#D9BEC0

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

Shades of Pink Flare #D9BEC0

Tints of Pink Flare #D9BEC0

Color information

#D9BEC0 (or 0xD9BEC0) is unknown color: approx Pink Flare. HEX triplet: D9, BE and C0. RGB value is (217,190,192). Sum of RGB (Red+Green+Blue) = 217+190+192=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEC0 is #26413F. Grayscale: #C6C6C6. Windows color (decimal): -2507072 or 12631769. OLE color: 12631769.

HSL color Cylindrical-coordinate representation of color #D9BEC0: hue angle of 355.56º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9BEC0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217190192-
CMYK00.120.120.15
HSL355.56º26.21%79.8%-
HSV(B)355.56º12.44%85.1%-
XYZ56.5455.3857.58-
YUV198.3124.45141.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.23%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=36.23%
G=31.72%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719019200.120.120.15355.5626.2179.8
HexD9BEC00CCF1641a50
Octal331276300014141754432120
Binary1101100110111110110000000110011001111101100100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEC0; }

 p { color: rgb(217,190,192); }

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

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

 a { background-color: rgb(217,190,192); }

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

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

 span { border-color: rgb(217,190,192); }

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