#D6BDCD

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

Shades of Twilight #D6BDCD

Tints of Twilight #D6BDCD

Color information

#D6BDCD (or 0xD6BDCD) is unknown color: approx Twilight. HEX triplet: D6, BD and CD. RGB value is (214,189,205). Sum of RGB (Red+Green+Blue) = 214+189+205=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDCD is #294232. Grayscale: #C6C6C6. Windows color (decimal): -2703923 or 13483478. OLE color: 13483478.

HSL color Cylindrical-coordinate representation of color #D6BDCD: hue angle of 321.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BDCD is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214189205-
CMYK00.120.040.16
HSL321.6º23.36%79.02%-
HSV(B)321.6º11.68%83.92%-
XYZ56.9555.165.39-
YUV198.3131.78139.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=35.20%
G=31.09%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418920500.120.040.16321.623.3679.02
HexD6BDCD0C410142174f
Octal32627531501442050227117
Binary1101011010111101110011010110010010000101000010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDCD; }

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

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

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

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

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

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

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

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