Html Css Color HEX #DFC6DF Thistle

📋 copy color: '#DFC6DF'

red 223 ◦ green 198 ◦ blue 223

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

Shades of Thistle #DFC6DF

Tints of Thistle #DFC6DF

RGB

 RED value IS 223 (87.5% from 255) = 34.63%

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

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

R = 34.63%
G = 30.75%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFC6DF (or 0xDFC6DF) is known color: Thistle. HEX triplet: DF, C6 and DF. RGB value is (223,198,223). Sum of RGB (Red+Green+Blue) = 223+198+223=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6DF is #203920. Grayscale: #D0D0D0. Windows color (decimal): -2111777 or 14665439. OLE color: 14665439.

HSL color Cylindrical-coordinate representation of color #DFC6DF: hue angle of 300º 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 #DFC6DF is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 198 223 -
CMYK 0 0.11 0 0.13
HSL 300º 0.28% 0.83% -
HSV(B) 300º 0.11% 0.87% -
XYZ 63.94 61.4 78.29 -
YUV 208.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 223 198 223 0 0.11 0 0.13 300 0.28 0.83
Hex DF C6 DF 0 B 0 D 12C 1C 53
Octal 337 306 337 0 13 0 15 454 34 123
Binary 11011111 11000110 11011111 0 1011 0 1101 100101100 11100 1010011

Color Harmonies of #DFC6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC6DF

Black with #DFC6DF

Text Example


Text Example

White with #DFC6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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