Html Css Color HEX #DCC8DC Thistle

📋 copy color: '#DCC8DC'

red 220 ◦ green 200 ◦ blue 220

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

Shades of Thistle #DCC8DC

Tints of Thistle #DCC8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.25%

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

R = 34.38%
G = 31.25%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCC8DC (or 0xDCC8DC) is known color: Thistle. HEX triplet: DC, C8 and DC. RGB value is (220,200,220). Sum of RGB (Red+Green+Blue) = 220+200+220=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8DC is #233723. Grayscale: #D0D0D0. Windows color (decimal): -2307876 or 14469340. OLE color: 14469340.

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

Color convert

RGB 220 200 220 -
CMYK 0 0.09 0 0.14
HSL 300º 0.22% 0.82% -
HSV(B) 300º 0.09% 0.86% -
XYZ 63.09 61.69 76.29 -
YUV 208.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 220 200 220 0 0.09 0 0.14 300 0.22 0.82
Hex DC C8 DC 0 9 0 E 12C 16 52
Octal 334 310 334 0 11 0 16 454 26 122
Binary 11011100 11001000 11011100 0 1001 0 1110 100101100 10110 1010010

Color Harmonies of #DCC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8DC

Black with #DCC8DC

Text Example


Text Example

White with #DCC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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