#D6BEC1

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

Shades of Pink Flare #D6BEC1

Tints of Pink Flare #D6BEC1

Color information

#D6BEC1 (or 0xD6BEC1) is unknown color: approx Pink Flare. HEX triplet: D6, BE and C1. RGB value is (214,190,193). Sum of RGB (Red+Green+Blue) = 214+190+193=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEC1 is #29413E. Grayscale: #C5C5C5. Windows color (decimal): -2703679 or 12697302. OLE color: 12697302.

HSL color Cylindrical-coordinate representation of color #D6BEC1: hue angle of 352.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BEC1 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214190193-
CMYK00.110.100.16
HSL352.5º22.64%79.22%-
HSV(B)352.5º11.21%83.92%-
XYZ55.7754.9758.12-
YUV197.52125.45139.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 193 (75.78% from 255) = 32.33%
R=35.85%
G=31.83%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419019300.110.100.16352.522.6479.22
HexD6BEC10BA10160174f
Octal326276301013122054027117
Binary11010110101111101100000101011101010000101100000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEC1; }

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

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

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

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

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

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

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

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