Html Css Color HEX #D6BAC6 Twilight

📋 copy color: '#D6BAC6'

red 214 ◦ green 186 ◦ blue 198

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

Shades of Twilight #D6BAC6

Tints of Twilight #D6BAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.11%

R = 35.79%
G = 31.1%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6BAC6 (or 0xD6BAC6) is known color: Twilight. HEX triplet: D6, BA and C6. RGB value is (214,186,198). Sum of RGB (Red+Green+Blue) = 214+186+198=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC6 is #294539. Grayscale: #C3C3C3. Windows color (decimal): -2704698 or 13023958. OLE color: 13023958.

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

Color convert

RGB 214 186 198 -
CMYK 0 0.13 0.07 0.16
HSL 334.29º 0.25% 0.78% -
HSV(B) 334.29º 0.13% 0.84% -
XYZ 55.48 53.49 60.83 -
YUV 195.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 214 186 198 0 0.13 0.07 0.16 334.29 0.25 0.78
Hex D6 BA C6 0 D 7 10 14E 19 4E
Octal 326 272 306 0 15 7 20 516 31 116
Binary 11010110 10111010 11000110 0 1101 111 10000 101001110 11001 1001110

Color Harmonies of #D6BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAC6

Black with #D6BAC6

Text Example


Text Example

White with #D6BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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