Html Css Color HEX #DCC5DD Thistle

📋 copy color: '#DCC5DD'

red 220 ◦ green 197 ◦ blue 221

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

Shades of Thistle #DCC5DD

Tints of Thistle #DCC5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.64%

R = 34.48%
G = 30.88%
B = 34.64%

CMYK

 C value IS 0.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCC5DD (or 0xDCC5DD) is known color: Thistle. HEX triplet: DC, C5 and DD. RGB value is (220,197,221). Sum of RGB (Red+Green+Blue) = 220+197+221=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5DD is #233A22. Grayscale: #CECECE. Windows color (decimal): -2308643 or 14534108. OLE color: 14534108.

HSL color Cylindrical-coordinate representation of color #DCC5DD: hue angle of 297.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC5DD is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 197 221 -
CMYK 0.00 0.11 0 0.13
HSL 297.5º 0.26% 0.82% -
HSV(B) 297.5º 0.11% 0.87% -
XYZ 62.53 60.37 76.76 -
YUV 206.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 220 197 221 0.00 0.11 0 0.13 297.5 0.26 0.82
Hex DC C5 DD 0 B 0 D 12A 1A 52
Octal 334 305 335 0 13 0 15 452 32 122
Binary 11011100 11000101 11011101 0 1011 0 1101 100101010 11010 1010010

Color Harmonies of #DCC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5DD

Black with #DCC5DD

Text Example


Text Example

White with #DCC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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