#D2BEC1

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

Shades of Pink Flare #D2BEC1

Tints of Pink Flare #D2BEC1

Color information

#D2BEC1 (or 0xD2BEC1) is unknown color: approx Pink Flare. HEX triplet: D2, BE and C1. RGB value is (210,190,193). Sum of RGB (Red+Green+Blue) = 210+190+193=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEC1 is #2D413E. Grayscale: #C4C4C4. Windows color (decimal): -2965823 or 12697298. OLE color: 12697298.

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

Color convert

RGB210190193-
CMYK00.100.080.18
HSL351º18.18%78.43%-
HSV(B)351º9.52%82.35%-
XYZ54.6254.3858.07-
YUV196.32126.13137.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=35.41%
G=32.04%
B=32.55%

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
Decimal21019019300.100.080.1835118.1878.43
HexD2BEC10A81215f124e
Octal322276301012102253722116
Binary11010010101111101100000101010100010010101011111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEC1; }

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

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

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

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

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

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

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

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