#D5BEC0

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

Shades of Pink Flare #D5BEC0

Tints of Pink Flare #D5BEC0

Color information

#D5BEC0 (or 0xD5BEC0) is unknown color: approx Pink Flare. HEX triplet: D5, BE and C0. RGB value is (213,190,192). Sum of RGB (Red+Green+Blue) = 213+190+192=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEC0 is #2A413F. Grayscale: #C5C5C5. Windows color (decimal): -2769216 or 12631765. OLE color: 12631765.

HSL color Cylindrical-coordinate representation of color #D5BEC0: hue angle of 354.78º degrees, saturation: 0.21, 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 #D5BEC0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB213190192-
CMYK00.110.100.16
HSL354.78º21.5%79.02%-
HSV(B)354.78º10.8%83.53%-
XYZ55.3754.7857.52-
YUV197.1125.12139.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 192 (75.39% from 255) = 32.27%
R=35.80%
G=31.93%
B=32.27%

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
Decimal21319019200.110.100.16354.7821.579.02
HexD5BEC00BA10163154f
Octal325276300013122054325117
Binary11010101101111101100000001011101010000101100011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEC0; }

 p { color: rgb(213,190,192); }

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

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

 a { background-color: rgb(213,190,192); }

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

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

 span { border-color: rgb(213,190,192); }

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