#D0BEC1

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

Shades of Pink Flare #D0BEC1

Tints of Pink Flare #D0BEC1

Color information

#D0BEC1 (or 0xD0BEC1) is unknown color: approx Pink Flare. HEX triplet: D0, BE and C1. RGB value is (208,190,193). Sum of RGB (Red+Green+Blue) = 208+190+193=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEC1 is #2F413E. Grayscale: #C3C3C3. Windows color (decimal): -3096895 or 12697296. OLE color: 12697296.

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

Color convert

RGB208190193-
CMYK00.090.070.18
HSL350º16.07%78.04%-
HSV(B)350º8.65%81.57%-
XYZ54.0554.0958.04-
YUV195.72126.46136.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.19%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 193 (75.78% from 255) = 32.66%
R=35.19%
G=32.15%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819019300.090.070.1835016.0778.04
HexD0BEC10971215e104e
Octal32027630101172253620116
Binary1101000010111110110000010100111110010101011110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEC1; }

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

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

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

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

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

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

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

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