Html Css Color HEX #D5BAC8 Twilight

📋 copy color: '#D5BAC8'

red 213 ◦ green 186 ◦ blue 200

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

Shades of Twilight #D5BAC8

Tints of Twilight #D5BAC8

RGB

 RED value IS 213 (83.59% from 255) = 35.56%

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

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

R = 35.56%
G = 31.05%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D5BAC8 (or 0xD5BAC8) is known color: Twilight. HEX triplet: D5, BA and C8. RGB value is (213,186,200). Sum of RGB (Red+Green+Blue) = 213+186+200=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAC8 is #2A4537. Grayscale: #C3C3C3. Windows color (decimal): -2770232 or 13155029. OLE color: 13155029.

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

Color convert

RGB 213 186 200 -
CMYK 0 0.13 0.06 0.16
HSL 328.89º 0.24% 0.78% -
HSV(B) 328.89º 0.13% 0.84% -
XYZ 55.42 53.43 62.04 -
YUV 195.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 213 186 200 0 0.13 0.06 0.16 328.89 0.24 0.78
Hex D5 BA C8 0 D 6 10 149 18 4E
Octal 325 272 310 0 15 6 20 511 30 116
Binary 11010101 10111010 11001000 0 1101 110 10000 101001001 11000 1001110

Color Harmonies of #D5BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAC8

Black with #D5BAC8

Text Example


Text Example

White with #D5BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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