Html Css Color HEX #DFC5DD Thistle

📋 copy color: '#DFC5DD'

red 223 ◦ green 197 ◦ blue 221

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

Shades of Thistle #DFC5DD

Tints of Thistle #DFC5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.48%

R = 34.79%
G = 30.73%
B = 34.48%

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

#DFC5DD (or 0xDFC5DD) is known color: Thistle. HEX triplet: DF, C5 and DD. RGB value is (223,197,221). Sum of RGB (Red+Green+Blue) = 223+197+221=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5DD is #203A22. Grayscale: #CFCFCF. Windows color (decimal): -2112035 or 14534111. OLE color: 14534111.

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

Color convert

RGB 223 197 221 -
CMYK 0 0.12 0.01 0.13
HSL 304.62º 0.29% 0.82% -
HSV(B) 304.62º 0.12% 0.87% -
XYZ 63.45 60.84 76.81 -
YUV 207.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 223 197 221 0 0.12 0.01 0.13 304.62 0.29 0.82
Hex DF C5 DD 0 C 1 D 131 1D 52
Octal 337 305 335 0 14 1 15 461 35 122
Binary 11011111 11000101 11011101 0 1100 1 1101 100110001 11101 1010010

Color Harmonies of #DFC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC5DD

Black with #DFC5DD

Text Example


Text Example

White with #DFC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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