#D1BEC1

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

Shades of Pink Flare #D1BEC1

Tints of Pink Flare #D1BEC1

Color information

#D1BEC1 (or 0xD1BEC1) is unknown color: approx Pink Flare. HEX triplet: D1, BE and C1. RGB value is (209,190,193). Sum of RGB (Red+Green+Blue) = 209+190+193=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEC1 is #2E413E. Grayscale: #C4C4C4. Windows color (decimal): -3031359 or 12697297. OLE color: 12697297.

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

Color convert

RGB209190193-
CMYK00.090.080.18
HSL350.53º17.12%78.24%-
HSV(B)350.53º9.09%81.96%-
XYZ54.3354.2358.06-
YUV196.02126.29137.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=35.30%
G=32.09%
B=32.60%

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
Decimal20919019300.090.080.18350.5317.1278.24
HexD1BEC10981215f114e
Octal321276301011102253721116
Binary11010001101111101100000101001100010010101011111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEC1; }

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

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

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

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

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

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

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

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