#D6BACC

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

Shades of Twilight #D6BACC

Tints of Twilight #D6BACC

Color information

#D6BACC (or 0xD6BACC) is unknown color: approx Twilight. HEX triplet: D6, BA and CC. RGB value is (214,186,204). Sum of RGB (Red+Green+Blue) = 214+186+204=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BACC is #294533. Grayscale: #C4C4C4. Windows color (decimal): -2704692 or 13417174. OLE color: 13417174.

HSL color Cylindrical-coordinate representation of color #D6BACC: hue angle of 321.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BACC is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214186204-
CMYK00.130.050.16
HSL321.43º25.45%78.43%-
HSV(B)321.43º13.08%83.92%-
XYZ56.1953.7764.54-
YUV196.42132.28140.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=35.43%
G=30.79%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418620400.130.050.16321.4325.4578.43
HexD6BACC0D510141194e
Octal32627231401552050131116
Binary1101011010111010110011000110110110000101000001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BACC; }

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

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

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

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

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

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

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

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