Html Css Color HEX #DFC1DF Thistle

📋 copy color: '#DFC1DF'

red 223 ◦ green 193 ◦ blue 223

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

Shades of Thistle #DFC1DF

Tints of Thistle #DFC1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.2%

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

R = 34.9%
G = 30.2%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFC1DF (or 0xDFC1DF) is known color: Thistle. HEX triplet: DF, C1 and DF. RGB value is (223,193,223). Sum of RGB (Red+Green+Blue) = 223+193+223=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1DF is #203E20. Grayscale: #CDCDCD. Windows color (decimal): -2113057 or 14664159. OLE color: 14664159.

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

Color convert

RGB 223 193 223 -
CMYK 0 0.13 0 0.13
HSL 300º 0.32% 0.82% -
HSV(B) 300º 0.13% 0.87% -
XYZ 62.82 59.16 77.92 -
YUV 205.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 223 193 223 0 0.13 0 0.13 300 0.32 0.82
Hex DF C1 DF 0 D 0 D 12C 20 52
Octal 337 301 337 0 15 0 15 454 40 122
Binary 11011111 11000001 11011111 0 1101 0 1101 100101100 100000 1010010

Color Harmonies of #DFC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1DF

Black with #DFC1DF

Text Example


Text Example

White with #DFC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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