#D6BACA

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

Shades of Twilight #D6BACA

Tints of Twilight #D6BACA

Color information

#D6BACA (or 0xD6BACA) is unknown color: approx Twilight. HEX triplet: D6, BA and CA. RGB value is (214,186,202). Sum of RGB (Red+Green+Blue) = 214+186+202=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BACA is #294535. Grayscale: #C4C4C4. Windows color (decimal): -2704694 or 13286102. OLE color: 13286102.

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

Color convert

RGB214186202-
CMYK00.130.060.16
HSL325.71º25.45%78.43%-
HSV(B)325.71º13.08%83.92%-
XYZ55.9553.6863.29-
YUV196.2131.28140.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.55%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=35.55%
G=30.90%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418620200.130.060.16325.7125.4578.43
HexD6BACA0D610146194e
Octal32627231201562050631116
Binary1101011010111010110010100110111010000101000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BACA; }

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

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

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

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

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

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

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

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