Html Css Color HEX #DFC4DC Thistle

📋 copy color: '#DFC4DC'

red 223 ◦ green 196 ◦ blue 220

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

Shades of Thistle #DFC4DC

Tints of Thistle #DFC4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.67%

 BLUE value IS 220 (86.33% from 255) = 34.43%

R = 34.9%
G = 30.67%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFC4DC (or 0xDFC4DC) is known color: Thistle. HEX triplet: DF, C4 and DC. RGB value is (223,196,220). Sum of RGB (Red+Green+Blue) = 223+196+220=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4DC is #203B23. Grayscale: #CECECE. Windows color (decimal): -2112292 or 14468319. OLE color: 14468319.

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

Color convert

RGB 223 196 220 -
CMYK 0 0.12 0.01 0.13
HSL 306.67º 0.3% 0.82% -
HSV(B) 306.67º 0.12% 0.87% -
XYZ 63.09 60.34 76.03 -
YUV 206.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 223 196 220 0 0.12 0.01 0.13 306.67 0.3 0.82
Hex DF C4 DC 0 C 1 D 133 1E 52
Octal 337 304 334 0 14 1 15 463 36 122
Binary 11011111 11000100 11011100 0 1100 1 1101 100110011 11110 1010010

Color Harmonies of #DFC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC4DC

Black with #DFC4DC

Text Example


Text Example

White with #DFC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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