#D1BEC0

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

Shades of Pink Flare #D1BEC0

Tints of Pink Flare #D1BEC0

Color information

#D1BEC0 (or 0xD1BEC0) is unknown color: approx Pink Flare. HEX triplet: D1, BE and C0. RGB value is (209,190,192). Sum of RGB (Red+Green+Blue) = 209+190+192=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEC0 is #2E413F. Grayscale: #C3C3C3. Windows color (decimal): -3031360 or 12631761. OLE color: 12631761.

HSL color Cylindrical-coordinate representation of color #D1BEC0: hue angle of 353.68º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BEC0 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209190192-
CMYK00.090.080.18
HSL353.68º17.12%78.24%-
HSV(B)353.68º9.09%81.96%-
XYZ54.2254.1957.47-
YUV195.91125.79137.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.36%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=35.36%
G=32.15%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919019200.090.080.18353.6817.1278.24
HexD1BEC009812162114e
Octal321276300011102254221116
Binary11010001101111101100000001001100010010101100010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEC0; }

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

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

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

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

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

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

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

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