Html Css Color HEX #D6BAC7 Twilight

📋 copy color: '#D6BAC7'

red 214 ◦ green 186 ◦ blue 199

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

Shades of Twilight #D6BAC7

Tints of Twilight #D6BAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.22%

R = 35.73%
G = 31.05%
B = 33.22%

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

#D6BAC7 (or 0xD6BAC7) is known color: Twilight. HEX triplet: D6, BA and C7. RGB value is (214,186,199). Sum of RGB (Red+Green+Blue) = 214+186+199=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC7 is #294538. Grayscale: #C3C3C3. Windows color (decimal): -2704697 or 13089494. OLE color: 13089494.

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

Color convert

RGB 214 186 199 -
CMYK 0 0.13 0.07 0.16
HSL 332.14º 0.25% 0.78% -
HSV(B) 332.14º 0.13% 0.84% -
XYZ 55.6 53.54 61.44 -
YUV 195.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 214 186 199 0 0.13 0.07 0.16 332.14 0.25 0.78
Hex D6 BA C7 0 D 7 10 14C 19 4E
Octal 326 272 307 0 15 7 20 514 31 116
Binary 11010110 10111010 11000111 0 1101 111 10000 101001100 11001 1001110

Color Harmonies of #D6BAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAC7

Black with #D6BAC7

Text Example


Text Example

White with #D6BAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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