#D0BEC0

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

Shades of Pink Flare #D0BEC0

Tints of Pink Flare #D0BEC0

Color information

#D0BEC0 (or 0xD0BEC0) is unknown color: approx Pink Flare. HEX triplet: D0, BE and C0. RGB value is (208,190,192). Sum of RGB (Red+Green+Blue) = 208+190+192=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEC0 is #2F413F. Grayscale: #C3C3C3. Windows color (decimal): -3096896 or 12631760. OLE color: 12631760.

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

Color convert

RGB208190192-
CMYK00.090.080.18
HSL353.33º16.07%78.04%-
HSV(B)353.33º8.65%81.57%-
XYZ53.9454.0457.46-
YUV195.61125.96136.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.25%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 192 (75.39% from 255) = 32.54%
R=35.25%
G=32.20%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819019200.090.080.18353.3316.0778.04
HexD0BEC009812161104e
Octal320276300011102254120116
Binary11010000101111101100000001001100010010101100001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEC0; }

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

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

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

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

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

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

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

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