#D4BDC9

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

Shades of Twilight #D4BDC9

Tints of Twilight #D4BDC9

Color information

#D4BDC9 (or 0xD4BDC9) is unknown color: approx Twilight. HEX triplet: D4, BD and C9. RGB value is (212,189,201). Sum of RGB (Red+Green+Blue) = 212+189+201=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDC9 is #2B4236. Grayscale: #C5C5C5. Windows color (decimal): -2834999 or 13221332. OLE color: 13221332.

HSL color Cylindrical-coordinate representation of color #D4BDC9: hue angle of 328.7º 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 #D4BDC9 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB212189201-
CMYK00.110.050.17
HSL328.7º21.1%78.63%-
HSV(B)328.7º10.85%83.14%-
XYZ55.8954.6162.85-
YUV197.24130.12138.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 201 (78.91% from 255) = 33.39%
R=35.22%
G=31.40%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218920100.110.050.17328.721.178.63
HexD4BDC90B511149154f
Octal32427531101352151125117
Binary1101010010111101110010010101110110001101001001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BDC9; }

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

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

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

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

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

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

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

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