#D6BAC8

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

Shades of Twilight #D6BAC8

Tints of Twilight #D6BAC8

Color information

#D6BAC8 (or 0xD6BAC8) is unknown color: approx Twilight. HEX triplet: D6, BA and C8. RGB value is (214,186,200). Sum of RGB (Red+Green+Blue) = 214+186+200=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC8 is #294537. Grayscale: #C3C3C3. Windows color (decimal): -2704696 or 13155030. OLE color: 13155030.

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

Color convert

RGB214186200-
CMYK00.130.070.16
HSL330º25.45%78.43%-
HSV(B)330º13.08%83.92%-
XYZ55.7253.5862.05-
YUV195.97130.28140.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 200 (78.52% from 255) = 33.33%
R=35.67%
G=31%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418620000.130.070.1633025.4578.43
HexD6BAC80D71014a194e
Octal32627231001572051231116
Binary1101011010111010110010000110111110000101001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAC8; }

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

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

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

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

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

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

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

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