Html Css Color HEX #D9BAC8 Twilight

📋 copy color: '#D9BAC8'

red 217 ◦ green 186 ◦ blue 200

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

Shades of Twilight #D9BAC8

Tints of Twilight #D9BAC8

RGB

 RED value IS 217 (85.16% from 255) = 35.99%

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

 BLUE value IS 200 (78.52% from 255) = 33.17%

R = 35.99%
G = 30.85%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D9BAC8 (or 0xD9BAC8) is known color: Twilight. HEX triplet: D9, BA and C8. RGB value is (217,186,200). Sum of RGB (Red+Green+Blue) = 217+186+200=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAC8 is #264537. Grayscale: #C4C4C4. Windows color (decimal): -2508088 or 13155033. OLE color: 13155033.

HSL color Cylindrical-coordinate representation of color #D9BAC8: hue angle of 332.9º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BAC8 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 200 -
CMYK 0 0.14 0.08 0.15
HSL 332.9º 0.29% 0.79% -
HSV(B) 332.9º 0.14% 0.85% -
XYZ 56.6 54.04 62.09 -
YUV 196.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 217 186 200 0 0.14 0.08 0.15 332.9 0.29 0.79
Hex D9 BA C8 0 E 8 F 14D 1D 4F
Octal 331 272 310 0 16 10 17 515 35 117
Binary 11011001 10111010 11001000 0 1110 1000 1111 101001101 11101 1001111

Color Harmonies of #D9BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAC8

Black with #D9BAC8

Text Example


Text Example

White with #D9BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAC8; }

 p { color: rgb(217,186,200); }

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

background-color css

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

 a { background-color: rgb(217,186,200); }

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

border-color css

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

 span { border-color: rgb(217,186,200); }

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