#D1BFCB

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

Shades of Twilight #D1BFCB

Tints of Twilight #D1BFCB

Color information

#D1BFCB (or 0xD1BFCB) is unknown color: approx Twilight. HEX triplet: D1, BF and CB. RGB value is (209,191,203). Sum of RGB (Red+Green+Blue) = 209+191+203=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFCB is #2E4034. Grayscale: #C5C5C5. Windows color (decimal): -3031093 or 13352913. OLE color: 13352913.

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

Color convert

RGB209191203-
CMYK00.090.030.18
HSL320º16.36%78.43%-
HSV(B)320º8.61%81.96%-
XYZ55.755.1364.2-
YUV197.75130.96136.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.66%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=34.66%
G=31.67%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919120300.090.030.1832016.3678.43
HexD1BFCB09312140104e
Octal32127731301132250020116
Binary110100011011111111001011010011110010101000000100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BFCB; }

 p { color: rgb(209,191,203); }

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

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

 a { background-color: rgb(209,191,203); }

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

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

 span { border-color: rgb(209,191,203); }

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