Html Css Color HEX #DCC9DC Thistle

📋 copy color: '#DCC9DC'

red 220 ◦ green 201 ◦ blue 220

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

Shades of Thistle #DCC9DC

Tints of Thistle #DCC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.36%

 BLUE value IS 220 (86.33% from 255) = 34.32%

R = 34.32%
G = 31.36%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCC9DC (or 0xDCC9DC) is known color: Thistle. HEX triplet: DC, C9 and DC. RGB value is (220,201,220). Sum of RGB (Red+Green+Blue) = 220+201+220=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9DC is #233623. Grayscale: #D0D0D0. Windows color (decimal): -2307620 or 14469596. OLE color: 14469596.

HSL color Cylindrical-coordinate representation of color #DCC9DC: hue angle of 300º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC9DC is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 220 -
CMYK 0 0.09 0 0.14
HSL 300º 0.21% 0.83% -
HSV(B) 300º 0.09% 0.86% -
XYZ 63.32 62.16 76.37 -
YUV 208.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 220 201 220 0 0.09 0 0.14 300 0.21 0.83
Hex DC C9 DC 0 9 0 E 12C 15 53
Octal 334 311 334 0 11 0 16 454 25 123
Binary 11011100 11001001 11011100 0 1001 0 1110 100101100 10101 1010011

Color Harmonies of #DCC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9DC

Black with #DCC9DC

Text Example


Text Example

White with #DCC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9DC; }

 p { color: rgb(220,201,220); }

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

background-color css

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

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

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

border-color css

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

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

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