Html Css Color HEX #DCB9CD Twilight

📋 copy color: '#DCB9CD'

red 220 ◦ green 185 ◦ blue 205

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

Shades of Twilight #DCB9CD

Tints of Twilight #DCB9CD

RGB

 RED value IS 220 (86.33% from 255) = 36.07%

 GREEN value IS 185 (72.66% from 255) = 30.33%

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

R = 36.07%
G = 30.33%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCB9CD (or 0xDCB9CD) is known color: Twilight. HEX triplet: DC, B9 and CD. RGB value is (220,185,205). Sum of RGB (Red+Green+Blue) = 220+185+205=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9CD is #234632. Grayscale: #C5C5C5. Windows color (decimal): -2311731 or 13482460. OLE color: 13482460.

HSL color Cylindrical-coordinate representation of color #DCB9CD: hue angle of 325.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB9CD is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 205 -
CMYK 0 0.16 0.07 0.14
HSL 325.71º 0.33% 0.79% -
HSV(B) 325.71º 0.16% 0.86% -
XYZ 57.88 54.32 65.19 -
YUV 197.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 220 185 205 0 0.16 0.07 0.14 325.71 0.33 0.79
Hex DC B9 CD 0 10 7 E 146 21 4F
Octal 334 271 315 0 20 7 16 506 41 117
Binary 11011100 10111001 11001101 0 10000 111 1110 101000110 100001 1001111

Color Harmonies of #DCB9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9CD

Black with #DCB9CD

Text Example


Text Example

White with #DCB9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9CD; }

 p { color: rgb(220,185,205); }

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

background-color css

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

 a { background-color: rgb(220,185,205); }

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

border-color css

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

 span { border-color: rgb(220,185,205); }

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