Html Css Color HEX #D6BCCE Twilight

📋 copy color: '#D6BCCE'

red 214 ◦ green 188 ◦ blue 206

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

Shades of Twilight #D6BCCE

Tints of Twilight #D6BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.92%

 BLUE value IS 206 (80.86% from 255) = 33.88%

R = 35.2%
G = 30.92%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6BCCE (or 0xD6BCCE) is known color: Twilight. HEX triplet: D6, BC and CE. RGB value is (214,188,206). Sum of RGB (Red+Green+Blue) = 214+188+206=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCCE is #294331. Grayscale: #C5C5C5. Windows color (decimal): -2704178 or 13548758. OLE color: 13548758.

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

Color convert

RGB 214 188 206 -
CMYK 0 0.12 0.04 0.16
HSL 318.46º 0.24% 0.79% -
HSV(B) 318.46º 0.12% 0.84% -
XYZ 56.86 54.72 65.96 -
YUV 197.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 214 188 206 0 0.12 0.04 0.16 318.46 0.24 0.79
Hex D6 BC CE 0 C 4 10 13E 18 4F
Octal 326 274 316 0 14 4 20 476 30 117
Binary 11010110 10111100 11001110 0 1100 100 10000 100111110 11000 1001111

Color Harmonies of #D6BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCCE

Black with #D6BCCE

Text Example


Text Example

White with #D6BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCCE; }

 p { color: rgb(214,188,206); }

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

background-color css

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

 a { background-color: rgb(214,188,206); }

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

border-color css

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

 span { border-color: rgb(214,188,206); }

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