#D7BEC0

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

Shades of Pink Flare #D7BEC0

Tints of Pink Flare #D7BEC0

Color information

#D7BEC0 (or 0xD7BEC0) is unknown color: approx Pink Flare. HEX triplet: D7, BE and C0. RGB value is (215,190,192). Sum of RGB (Red+Green+Blue) = 215+190+192=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BEC0 is #28413F. Grayscale: #C5C5C5. Windows color (decimal): -2638144 or 12631767. OLE color: 12631767.

HSL color Cylindrical-coordinate representation of color #D7BEC0: hue angle of 355.2º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BEC0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215190192-
CMYK00.120.110.16
HSL355.2º23.81%79.41%-
HSV(B)355.2º11.63%84.31%-
XYZ55.9555.0857.55-
YUV197.7124.78140.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 192 (75.39% from 255) = 32.16%
R=36.01%
G=31.83%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519019200.120.110.16355.223.8179.41
HexD7BEC00CB10163184f
Octal327276300014132054330117
Binary11010111101111101100000001100101110000101100011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BEC0; }

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

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

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

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

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

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

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

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