Html Css Color HEX #D6BDC9 Twilight

📋 copy color: '#D6BDC9'

red 214 ◦ green 189 ◦ blue 201

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

Shades of Twilight #D6BDC9

Tints of Twilight #D6BDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.28%

R = 35.43%
G = 31.29%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6BDC9 (or 0xD6BDC9) is known color: Twilight. HEX triplet: D6, BD and C9. RGB value is (214,189,201). Sum of RGB (Red+Green+Blue) = 214+189+201=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDC9 is #294236. Grayscale: #C5C5C5. Windows color (decimal): -2703927 or 13221334. OLE color: 13221334.

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

Color convert

RGB 214 189 201 -
CMYK 0 0.12 0.06 0.16
HSL 331.2º 0.23% 0.79% -
HSV(B) 331.2º 0.12% 0.84% -
XYZ 56.47 54.91 62.88 -
YUV 197.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 214 189 201 0 0.12 0.06 0.16 331.2 0.23 0.79
Hex D6 BD C9 0 C 6 10 14B 17 4F
Octal 326 275 311 0 14 6 20 513 27 117
Binary 11010110 10111101 11001001 0 1100 110 10000 101001011 10111 1001111

Color Harmonies of #D6BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDC9

Black with #D6BDC9

Text Example


Text Example

White with #D6BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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