#D4BEC1

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

Shades of Pink Flare #D4BEC1

Tints of Pink Flare #D4BEC1

Color information

#D4BEC1 (or 0xD4BEC1) is unknown color: approx Pink Flare. HEX triplet: D4, BE and C1. RGB value is (212,190,193). Sum of RGB (Red+Green+Blue) = 212+190+193=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEC1 is #2B413E. Grayscale: #C4C4C4. Windows color (decimal): -2834751 or 12697300. OLE color: 12697300.

HSL color Cylindrical-coordinate representation of color #D4BEC1: hue angle of 351.82º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4BEC1 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB212190193-
CMYK00.100.090.17
HSL351.82º20.37%78.82%-
HSV(B)351.82º10.38%83.14%-
XYZ55.1954.6758.1-
YUV196.92125.79138.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 193 (75.78% from 255) = 32.44%
R=35.63%
G=31.93%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219019300.100.090.17351.8220.3778.82
HexD4BEC10A911160144f
Octal324276301012112154024117
Binary11010100101111101100000101010100110001101100000101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEC1; }

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

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

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

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

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

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

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

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