Html Css Color HEX #D6BAC5 Twilight

📋 copy color: '#D6BAC5'

red 214 ◦ green 186 ◦ blue 197

#D6BAC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twilight #D6BAC5

Tints of Twilight #D6BAC5

RGB

 RED value IS 214 (83.98% from 255) = 35.85%

 GREEN value IS 186 (73.05% from 255) = 31.16%

 BLUE value IS 197 (77.34% from 255) = 33%

R = 35.85%
G = 31.16%
B = 33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D6BAC5 (or 0xD6BAC5) is known color: Twilight. HEX triplet: D6, BA and C5. RGB value is (214,186,197). Sum of RGB (Red+Green+Blue) = 214+186+197=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC5 is #29453A. Grayscale: #C3C3C3. Windows color (decimal): -2704699 or 12958422. OLE color: 12958422.

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

Color convert

RGB 214 186 197 -
CMYK 0 0.13 0.08 0.16
HSL 336.43º 0.25% 0.78% -
HSV(B) 336.43º 0.13% 0.84% -
XYZ 55.37 53.45 60.22 -
YUV 195.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 214 186 197 0 0.13 0.08 0.16 336.43 0.25 0.78
Hex D6 BA C5 0 D 8 10 150 19 4E
Octal 326 272 305 0 15 10 20 520 31 116
Binary 11010110 10111010 11000101 0 1101 1000 10000 101010000 11001 1001110

Color Harmonies of #D6BAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAC5

Black with #D6BAC5

Text Example


Text Example

White with #D6BAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAC5; }

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

 H1.HeaderClassName
 {
   color: #D6BAC5;
 }
 .AnyTagClassName
 {
   color: #D6BAC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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