Html Css Color HEX #DCC4DF Thistle

📋 copy color: '#DCC4DF'

red 220 ◦ green 196 ◦ blue 223

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

Shades of Thistle #DCC4DF

Tints of Thistle #DCC4DF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 220 196 223 -
CMYK 0.01 0.12 0 0.13
HSL 293.33º 0.3% 0.82% -
HSV(B) 293.33º 0.12% 0.87% -
XYZ 62.57 60.02 78.1 -
YUV 206.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 220 196 223 0.01 0.12 0 0.13 293.33 0.3 0.82
Hex DC C4 DF 1 C 0 D 125 1E 52
Octal 334 304 337 1 14 0 15 445 36 122
Binary 11011100 11000100 11011111 1 1100 0 1101 100100101 11110 1010010

Color Harmonies of #DCC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4DF

Black with #DCC4DF

Text Example


Text Example

White with #DCC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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