Html Css Color HEX #DCC5DF Thistle

📋 copy color: '#DCC5DF'

red 220 ◦ green 197 ◦ blue 223

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

Shades of Thistle #DCC5DF

Tints of Thistle #DCC5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.84%

R = 34.38%
G = 30.78%
B = 34.84%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCC5DF (or 0xDCC5DF) is known color: Thistle. HEX triplet: DC, C5 and DF. RGB value is (220,197,223). Sum of RGB (Red+Green+Blue) = 220+197+223=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5DF is #233A20. Grayscale: #CECECE. Windows color (decimal): -2308641 or 14665180. OLE color: 14665180.

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

Color convert

RGB 220 197 223 -
CMYK 0.01 0.12 0 0.13
HSL 293.08º 0.29% 0.82% -
HSV(B) 293.08º 0.12% 0.87% -
XYZ 62.8 60.48 78.18 -
YUV 206.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 220 197 223 0.01 0.12 0 0.13 293.08 0.29 0.82
Hex DC C5 DF 1 C 0 D 125 1D 52
Octal 334 305 337 1 14 0 15 445 35 122
Binary 11011100 11000101 11011111 1 1100 0 1101 100100101 11101 1010010

Color Harmonies of #DCC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5DF

Black with #DCC5DF

Text Example


Text Example

White with #DCC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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