Html Css Color HEX #D6BDCB Twilight

📋 copy color: '#D6BDCB'

red 214 ◦ green 189 ◦ blue 203

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

Shades of Twilight #D6BDCB

Tints of Twilight #D6BDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.5%

R = 35.31%
G = 31.19%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6BDCB (or 0xD6BDCB) is known color: Twilight. HEX triplet: D6, BD and CB. RGB value is (214,189,203). Sum of RGB (Red+Green+Blue) = 214+189+203=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDCB is #294234. Grayscale: #C6C6C6. Windows color (decimal): -2703925 or 13352406. OLE color: 13352406.

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

Color convert

RGB 214 189 203 -
CMYK 0 0.12 0.05 0.16
HSL 326.4º 0.23% 0.79% -
HSV(B) 326.4º 0.12% 0.84% -
XYZ 56.71 55 64.13 -
YUV 198.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 214 189 203 0 0.12 0.05 0.16 326.4 0.23 0.79
Hex D6 BD CB 0 C 5 10 146 17 4F
Octal 326 275 313 0 14 5 20 506 27 117
Binary 11010110 10111101 11001011 0 1100 101 10000 101000110 10111 1001111

Color Harmonies of #D6BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDCB

Black with #D6BDCB

Text Example


Text Example

White with #D6BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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