Html Css Color HEX #D8BACC Twilight

📋 copy color: '#D8BACC'

red 216 ◦ green 186 ◦ blue 204

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

Shades of Twilight #D8BACC

Tints of Twilight #D8BACC

RGB

 RED value IS 216 (84.77% from 255) = 35.64%

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

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

R = 35.64%
G = 30.69%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8BACC (or 0xD8BACC) is known color: Twilight. HEX triplet: D8, BA and CC. RGB value is (216,186,204). Sum of RGB (Red+Green+Blue) = 216+186+204=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BACC is #274533. Grayscale: #C4C4C4. Windows color (decimal): -2573620 or 13417176. OLE color: 13417176.

HSL color Cylindrical-coordinate representation of color #D8BACC: hue angle of 324º degrees, saturation: 0.28, 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 #D8BACC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 204 -
CMYK 0 0.14 0.06 0.15
HSL 324º 0.28% 0.79% -
HSV(B) 324º 0.14% 0.85% -
XYZ 56.78 54.08 64.57 -
YUV 197.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 216 186 204 0 0.14 0.06 0.15 324 0.28 0.79
Hex D8 BA CC 0 E 6 F 144 1C 4F
Octal 330 272 314 0 16 6 17 504 34 117
Binary 11011000 10111010 11001100 0 1110 110 1111 101000100 11100 1001111

Color Harmonies of #D8BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BACC

Black with #D8BACC

Text Example


Text Example

White with #D8BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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