#D3BDCD

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

Shades of Twilight #D3BDCD

Tints of Twilight #D3BDCD

Color information

#D3BDCD (or 0xD3BDCD) is unknown color: approx Twilight. HEX triplet: D3, BD and CD. RGB value is (211,189,205). Sum of RGB (Red+Green+Blue) = 211+189+205=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDCD is #2C4232. Grayscale: #C5C5C5. Windows color (decimal): -2900531 or 13483475. OLE color: 13483475.

HSL color Cylindrical-coordinate representation of color #D3BDCD: hue angle of 316.36º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3BDCD is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211189205-
CMYK00.100.030.17
HSL316.36º20%78.43%-
HSV(B)316.36º10.43%82.75%-
XYZ56.0854.6565.35-
YUV197.4132.29137.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.88%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=34.88%
G=31.24%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118920500.100.030.17316.362078.43
HexD3BDCD0A31113c144e
Octal32327531501232147424116
Binary110100111011110111001101010101110001100111100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BDCD; }

 p { color: rgb(211,189,205); }

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

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

 a { background-color: rgb(211,189,205); }

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

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

 span { border-color: rgb(211,189,205); }

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