Html Css Color HEX #DCC6DF Thistle

📋 copy color: '#DCC6DF'

red 220 ◦ green 198 ◦ blue 223

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

Shades of Thistle #DCC6DF

Tints of Thistle #DCC6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.89%

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

R = 34.32%
G = 30.89%
B = 34.79%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCC6DF (or 0xDCC6DF) is known color: Thistle. HEX triplet: DC, C6 and DF. RGB value is (220,198,223). Sum of RGB (Red+Green+Blue) = 220+198+223=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6DF is #233920. Grayscale: #CFCFCF. Windows color (decimal): -2308385 or 14665436. OLE color: 14665436.

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

Color convert

RGB 220 198 223 -
CMYK 0.01 0.11 0 0.13
HSL 292.8º 0.28% 0.83% -
HSV(B) 292.8º 0.11% 0.87% -
XYZ 63.03 60.93 78.25 -
YUV 207.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 220 198 223 0.01 0.11 0 0.13 292.8 0.28 0.83
Hex DC C6 DF 1 B 0 D 125 1C 53
Octal 334 306 337 1 13 0 15 445 34 123
Binary 11011100 11000110 11011111 1 1011 0 1101 100100101 11100 1010011

Color Harmonies of #DCC6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6DF

Black with #DCC6DF

Text Example


Text Example

White with #DCC6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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