Html Css Color HEX #DCC1DC Thistle

📋 copy color: '#DCC1DC'

red 220 ◦ green 193 ◦ blue 220

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

Shades of Thistle #DCC1DC

Tints of Thistle #DCC1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.49%

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

R = 34.76%
G = 30.49%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCC1DC (or 0xDCC1DC) is known color: Thistle. HEX triplet: DC, C1 and DC. RGB value is (220,193,220). Sum of RGB (Red+Green+Blue) = 220+193+220=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1DC is #233E23. Grayscale: #CCCCCC. Windows color (decimal): -2309668 or 14467548. OLE color: 14467548.

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

Color convert

RGB 220 193 220 -
CMYK 0 0.12 0 0.14
HSL 300º 0.28% 0.81% -
HSV(B) 300º 0.12% 0.86% -
XYZ 61.5 58.52 75.76 -
YUV 204.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 220 193 220 0 0.12 0 0.14 300 0.28 0.81
Hex DC C1 DC 0 C 0 E 12C 1C 51
Octal 334 301 334 0 14 0 16 454 34 121
Binary 11011100 11000001 11011100 0 1100 0 1110 100101100 11100 1010001

Color Harmonies of #DCC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC1DC

Black with #DCC1DC

Text Example


Text Example

White with #DCC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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