#D4BDCD

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

Shades of Twilight #D4BDCD

Tints of Twilight #D4BDCD

Color information

#D4BDCD (or 0xD4BDCD) is unknown color: approx Twilight. HEX triplet: D4, BD and CD. RGB value is (212,189,205). Sum of RGB (Red+Green+Blue) = 212+189+205=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDCD is #2B4232. Grayscale: #C5C5C5. Windows color (decimal): -2834995 or 13483476. OLE color: 13483476.

HSL color Cylindrical-coordinate representation of color #D4BDCD: hue angle of 318.26º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BDCD is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212189205-
CMYK00.110.030.17
HSL318.26º21.1%78.63%-
HSV(B)318.26º10.85%83.14%-
XYZ56.3754.865.36-
YUV197.7132.12138.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=34.98%
G=31.19%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218920500.110.030.17318.2621.178.63
HexD4BDCD0B31113e154f
Octal32427531501332147625117
Binary110101001011110111001101010111110001100111110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BDCD; }

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

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

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

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

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

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

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

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