Html Css Color HEX #D6BACD Twilight

📋 copy color: '#D6BACD'

red 214 ◦ green 186 ◦ blue 205

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

Shades of Twilight #D6BACD

Tints of Twilight #D6BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.88%

R = 35.37%
G = 30.74%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6BACD (or 0xD6BACD) is known color: Twilight. HEX triplet: D6, BA and CD. RGB value is (214,186,205). Sum of RGB (Red+Green+Blue) = 214+186+205=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BACD is #294532. Grayscale: #C4C4C4. Windows color (decimal): -2704691 or 13482710. OLE color: 13482710.

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

Color convert

RGB 214 186 205 -
CMYK 0 0.13 0.04 0.16
HSL 319.29º 0.25% 0.78% -
HSV(B) 319.29º 0.13% 0.84% -
XYZ 56.31 53.82 65.18 -
YUV 196.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 214 186 205 0 0.13 0.04 0.16 319.29 0.25 0.78
Hex D6 BA CD 0 D 4 10 13F 19 4E
Octal 326 272 315 0 15 4 20 477 31 116
Binary 11010110 10111010 11001101 0 1101 100 10000 100111111 11001 1001110

Color Harmonies of #D6BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BACD

Black with #D6BACD

Text Example


Text Example

White with #D6BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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