Html Css Color HEX #DFC5DF Thistle

📋 copy color: '#DFC5DF'

red 223 ◦ green 197 ◦ blue 223

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

Shades of Thistle #DFC5DF

Tints of Thistle #DFC5DF

RGB

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

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

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

R = 34.68%
G = 30.64%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFC5DF (or 0xDFC5DF) is known color: Thistle. HEX triplet: DF, C5 and DF. RGB value is (223,197,223). Sum of RGB (Red+Green+Blue) = 223+197+223=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5DF is #203A20. Grayscale: #CFCFCF. Windows color (decimal): -2112033 or 14665183. OLE color: 14665183.

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

Color convert

RGB 223 197 223 -
CMYK 0 0.12 0 0.13
HSL 300º 0.29% 0.82% -
HSV(B) 300º 0.12% 0.87% -
XYZ 63.72 60.95 78.22 -
YUV 207.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 223 197 223 0 0.12 0 0.13 300 0.29 0.82
Hex DF C5 DF 0 C 0 D 12C 1D 52
Octal 337 305 337 0 14 0 15 454 35 122
Binary 11011111 11000101 11011111 0 1100 0 1101 100101100 11101 1010010

Color Harmonies of #DFC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC5DF

Black with #DFC5DF

Text Example


Text Example

White with #DFC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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