Html Css Color HEX #DFD0DC Thistle

📋 copy color: '#DFD0DC'

red 223 ◦ green 208 ◦ blue 220

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

Shades of Thistle #DFD0DC

Tints of Thistle #DFD0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.95%

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

R = 34.25%
G = 31.95%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFD0DC (or 0xDFD0DC) is known color: Thistle. HEX triplet: DF, D0 and DC. RGB value is (223,208,220). Sum of RGB (Red+Green+Blue) = 223+208+220=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0DC is #202F23. Grayscale: #D5D5D5. Windows color (decimal): -2109220 or 14471391. OLE color: 14471391.

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

Color convert

RGB 223 208 220 -
CMYK 0 0.07 0.01 0.13
HSL 312º 0.19% 0.85% -
HSV(B) 312º 0.07% 0.87% -
XYZ 65.91 65.97 76.97 -
YUV 213.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 223 208 220 0 0.07 0.01 0.13 312 0.19 0.85
Hex DF D0 DC 0 7 1 D 138 13 55
Octal 337 320 334 0 7 1 15 470 23 125
Binary 11011111 11010000 11011100 0 111 1 1101 100111000 10011 1010101

Color Harmonies of #DFD0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD0DC

Black with #DFD0DC

Text Example


Text Example

White with #DFD0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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