Html Css Color HEX #D6BACC Twilight

📋 copy color: '#D6BACC'

red 214 ◦ green 186 ◦ blue 204

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

Shades of Twilight #D6BACC

Tints of Twilight #D6BACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 35.43%
G = 30.79%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6BACC (or 0xD6BACC) is known color: Twilight. HEX triplet: D6, BA and CC. RGB value is (214,186,204). Sum of RGB (Red+Green+Blue) = 214+186+204=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BACC is #294533. Grayscale: #C4C4C4. Windows color (decimal): -2704692 or 13417174. OLE color: 13417174.

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

Color convert

RGB 214 186 204 -
CMYK 0 0.13 0.05 0.16
HSL 321.43º 0.25% 0.78% -
HSV(B) 321.43º 0.13% 0.84% -
XYZ 56.19 53.77 64.54 -
YUV 196.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 214 186 204 0 0.13 0.05 0.16 321.43 0.25 0.78
Hex D6 BA CC 0 D 5 10 141 19 4E
Octal 326 272 314 0 15 5 20 501 31 116
Binary 11010110 10111010 11001100 0 1101 101 10000 101000001 11001 1001110

Color Harmonies of #D6BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BACC

Black with #D6BACC

Text Example


Text Example

White with #D6BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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