Html Css Color HEX #DCC5DC Thistle

📋 copy color: '#DCC5DC'

red 220 ◦ green 197 ◦ blue 220

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

Shades of Thistle #DCC5DC

Tints of Thistle #DCC5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.93%

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

R = 34.54%
G = 30.93%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCC5DC (or 0xDCC5DC) is known color: Thistle. HEX triplet: DC, C5 and DC. RGB value is (220,197,220). Sum of RGB (Red+Green+Blue) = 220+197+220=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5DC is #233A23. Grayscale: #CECECE. Windows color (decimal): -2308644 or 14468572. OLE color: 14468572.

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

Color convert

RGB 220 197 220 -
CMYK 0 0.10 0 0.14
HSL 300º 0.25% 0.82% -
HSV(B) 300º 0.1% 0.86% -
XYZ 62.4 60.32 76.06 -
YUV 206.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 220 197 220 0 0.10 0 0.14 300 0.25 0.82
Hex DC C5 DC 0 A 0 E 12C 19 52
Octal 334 305 334 0 12 0 16 454 31 122
Binary 11011100 11000101 11011100 0 1010 0 1110 100101100 11001 1010010

Color Harmonies of #DCC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5DC

Black with #DCC5DC

Text Example


Text Example

White with #DCC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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