#D1BDC0

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

Shades of Pink Flare #D1BDC0

Tints of Pink Flare #D1BDC0

Color information

#D1BDC0 (or 0xD1BDC0) is unknown color: approx Pink Flare. HEX triplet: D1, BD and C0. RGB value is (209,189,192). Sum of RGB (Red+Green+Blue) = 209+189+192=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC0 is #2E423F. Grayscale: #C3C3C3. Windows color (decimal): -3031616 or 12631505. OLE color: 12631505.

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

Color convert

RGB209189192-
CMYK00.100.080.18
HSL351º17.86%78.04%-
HSV(B)351º9.57%81.96%-
XYZ54.0153.7657.4-
YUV195.32126.13137.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.42%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 192 (75.39% from 255) = 32.54%
R=35.42%
G=32.03%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918919200.100.080.1835117.8678.04
HexD1BDC00A81215f124e
Octal321275300012102253722116
Binary11010001101111011100000001010100010010101011111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BDC0; }

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

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

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

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

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

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

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

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