Html Css Color HEX #D6BDCC Twilight

📋 copy color: '#D6BDCC'

red 214 ◦ green 189 ◦ blue 204

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

Shades of Twilight #D6BDCC

Tints of Twilight #D6BDCC

RGB

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

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

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

R = 35.26%
G = 31.14%
B = 33.61%

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

#D6BDCC (or 0xD6BDCC) is known color: Twilight. HEX triplet: D6, BD and CC. RGB value is (214,189,204). Sum of RGB (Red+Green+Blue) = 214+189+204=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDCC is #294233. Grayscale: #C6C6C6. Windows color (decimal): -2703924 or 13417942. OLE color: 13417942.

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

Color convert

RGB 214 189 204 -
CMYK 0 0.12 0.05 0.16
HSL 324º 0.23% 0.79% -
HSV(B) 324º 0.12% 0.84% -
XYZ 56.83 55.05 64.76 -
YUV 198.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 214 189 204 0 0.12 0.05 0.16 324 0.23 0.79
Hex D6 BD CC 0 C 5 10 144 17 4F
Octal 326 275 314 0 14 5 20 504 27 117
Binary 11010110 10111101 11001100 0 1100 101 10000 101000100 10111 1001111

Color Harmonies of #D6BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDCC

Black with #D6BDCC

Text Example


Text Example

White with #D6BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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