Html Css Color HEX #D7BAC7 Twilight

📋 copy color: '#D7BAC7'

red 215 ◦ green 186 ◦ blue 199

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

Shades of Twilight #D7BAC7

Tints of Twilight #D7BAC7

RGB

 RED value IS 215 (84.38% from 255) = 35.83%

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

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

R = 35.83%
G = 31%
B = 33.17%

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

#D7BAC7 (or 0xD7BAC7) is known color: Twilight. HEX triplet: D7, BA and C7. RGB value is (215,186,199). Sum of RGB (Red+Green+Blue) = 215+186+199=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC7 is #284538. Grayscale: #C4C4C4. Windows color (decimal): -2639161 or 13089495. OLE color: 13089495.

HSL color Cylindrical-coordinate representation of color #D7BAC7: hue angle of 333.1º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BAC7 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 186 199 -
CMYK 0 0.13 0.07 0.16
HSL 333.1º 0.27% 0.79% -
HSV(B) 333.1º 0.13% 0.84% -
XYZ 55.89 53.69 61.45 -
YUV 196.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 215 186 199 0 0.13 0.07 0.16 333.1 0.27 0.79
Hex D7 BA C7 0 D 7 10 14D 1B 4F
Octal 327 272 307 0 15 7 20 515 33 117
Binary 11010111 10111010 11000111 0 1101 111 10000 101001101 11011 1001111

Color Harmonies of #D7BAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAC7

Black with #D7BAC7

Text Example


Text Example

White with #D7BAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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