Html Css Color HEX #DCC4DC Thistle

📋 copy color: '#DCC4DC'

red 220 ◦ green 196 ◦ blue 220

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

Shades of Thistle #DCC4DC

Tints of Thistle #DCC4DC

RGB

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

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

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

R = 34.59%
G = 30.82%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCC4DC (or 0xDCC4DC) is known color: Thistle. HEX triplet: DC, C4 and DC. RGB value is (220,196,220). Sum of RGB (Red+Green+Blue) = 220+196+220=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4DC is #233B23. Grayscale: #CDCDCD. Windows color (decimal): -2308900 or 14468316. OLE color: 14468316.

HSL color Cylindrical-coordinate representation of color #DCC4DC: hue angle of 300º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC4DC is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 220 -
CMYK 0 0.11 0 0.14
HSL 300º 0.26% 0.82% -
HSV(B) 300º 0.11% 0.86% -
XYZ 62.17 59.86 75.99 -
YUV 205.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 220 196 220 0 0.11 0 0.14 300 0.26 0.82
Hex DC C4 DC 0 B 0 E 12C 1A 52
Octal 334 304 334 0 13 0 16 454 32 122
Binary 11011100 11000100 11011100 0 1011 0 1110 100101100 11010 1010010

Color Harmonies of #DCC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4DC

Black with #DCC4DC

Text Example


Text Example

White with #DCC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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