Html Css Color HEX #D6BDCD Twilight

📋 copy color: '#D6BDCD'

red 214 ◦ green 189 ◦ blue 205

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

Shades of Twilight #D6BDCD

Tints of Twilight #D6BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.09%

 BLUE value IS 205 (80.47% from 255) = 33.72%

R = 35.2%
G = 31.09%
B = 33.72%

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

#D6BDCD (or 0xD6BDCD) is known color: Twilight. HEX triplet: D6, BD and CD. RGB value is (214,189,205). Sum of RGB (Red+Green+Blue) = 214+189+205=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDCD is #294232. Grayscale: #C6C6C6. Windows color (decimal): -2703923 or 13483478. OLE color: 13483478.

HSL color Cylindrical-coordinate representation of color #D6BDCD: hue angle of 321.6º degrees, saturation: 0.23, 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 #D6BDCD is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 189 205 -
CMYK 0 0.12 0.04 0.16
HSL 321.6º 0.23% 0.79% -
HSV(B) 321.6º 0.12% 0.84% -
XYZ 56.95 55.1 65.39 -
YUV 198.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 214 189 205 0 0.12 0.04 0.16 321.6 0.23 0.79
Hex D6 BD CD 0 C 4 10 142 17 4F
Octal 326 275 315 0 14 4 20 502 27 117
Binary 11010110 10111101 11001101 0 1100 100 10000 101000010 10111 1001111

Color Harmonies of #D6BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDCD

Black with #D6BDCD

Text Example


Text Example

White with #D6BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDCD; }

 p { color: rgb(214,189,205); }

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

background-color css

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

 a { background-color: rgb(214,189,205); }

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

border-color css

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

 span { border-color: rgb(214,189,205); }

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