Html Css Color HEX #DCB8CC Twilight

📋 copy color: '#DCB8CC'

red 220 ◦ green 184 ◦ blue 204

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

Shades of Twilight #DCB8CC

Tints of Twilight #DCB8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.26%

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

R = 36.18%
G = 30.26%
B = 33.55%

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

#DCB8CC (or 0xDCB8CC) is known color: Twilight. HEX triplet: DC, B8 and CC. RGB value is (220,184,204). Sum of RGB (Red+Green+Blue) = 220+184+204=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8CC is #234733. Grayscale: #C5C5C5. Windows color (decimal): -2311988 or 13416668. OLE color: 13416668.

HSL color Cylindrical-coordinate representation of color #DCB8CC: hue angle of 326.67º degrees, saturation: 0.34, 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 #DCB8CC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 184 204 -
CMYK 0 0.16 0.07 0.14
HSL 326.67º 0.34% 0.79% -
HSV(B) 326.67º 0.16% 0.86% -
XYZ 57.55 53.86 64.49 -
YUV 197.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 220 184 204 0 0.16 0.07 0.14 326.67 0.34 0.79
Hex DC B8 CC 0 10 7 E 147 22 4F
Octal 334 270 314 0 20 7 16 507 42 117
Binary 11011100 10111000 11001100 0 10000 111 1110 101000111 100010 1001111

Color Harmonies of #DCB8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB8CC

Black with #DCB8CC

Text Example


Text Example

White with #DCB8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB8CC; }

 p { color: rgb(220,184,204); }

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

background-color css

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

 a { background-color: rgb(220,184,204); }

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

border-color css

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

 span { border-color: rgb(220,184,204); }

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