#D6BDC9

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

Shades of Twilight #D6BDC9

Tints of Twilight #D6BDC9

Color information

#D6BDC9 (or 0xD6BDC9) is unknown color: approx Twilight. HEX triplet: D6, BD and C9. RGB value is (214,189,201). Sum of RGB (Red+Green+Blue) = 214+189+201=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDC9 is #294236. Grayscale: #C5C5C5. Windows color (decimal): -2703927 or 13221334. OLE color: 13221334.

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

Color convert

RGB214189201-
CMYK00.120.060.16
HSL331.2º23.36%79.02%-
HSV(B)331.2º11.68%83.92%-
XYZ56.4754.9162.88-
YUV197.84129.78139.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 201 (78.91% from 255) = 33.28%
R=35.43%
G=31.29%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418920100.120.060.16331.223.3679.02
HexD6BDC90C61014b174f
Octal32627531101462051327117
Binary1101011010111101110010010110011010000101001011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDC9; }

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

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

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

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

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

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

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

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