#D6BDCC

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

Shades of Twilight #D6BDCC

Tints of Twilight #D6BDCC

Color information

#D6BDCC (or 0xD6BDCC) is unknown color: approx Twilight. HEX triplet: D6, BD and CC. RGB value is (214,189,204). Sum of RGB (Red+Green+Blue) = 214+189+204=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDCC is #294233. Grayscale: #C6C6C6. Windows color (decimal): -2703924 or 13417942. OLE color: 13417942.

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

Color convert

RGB214189204-
CMYK00.120.050.16
HSL324º23.36%79.02%-
HSV(B)324º11.68%83.92%-
XYZ56.8355.0564.76-
YUV198.18131.28139.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=35.26%
G=31.14%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418920400.120.050.1632423.3679.02
HexD6BDCC0C510144174f
Octal32627531401452050427117
Binary1101011010111101110011000110010110000101000100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDCC; }

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

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

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

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

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

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

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

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