Html Css Color HEX #DCC8DD Thistle

📋 copy color: '#DCC8DD'

red 220 ◦ green 200 ◦ blue 221

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

Shades of Thistle #DCC8DD

Tints of Thistle #DCC8DD

RGB

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

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

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

R = 34.32%
G = 31.2%
B = 34.48%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCC8DD (or 0xDCC8DD) is known color: Thistle. HEX triplet: DC, C8 and DD. RGB value is (220,200,221). Sum of RGB (Red+Green+Blue) = 220+200+221=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8DD is #233722. Grayscale: #D0D0D0. Windows color (decimal): -2307875 or 14534876. OLE color: 14534876.

HSL color Cylindrical-coordinate representation of color #DCC8DD: hue angle of 297.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC8DD is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 200 221 -
CMYK 0.00 0.10 0 0.13
HSL 297.14º 0.24% 0.83% -
HSV(B) 297.14º 0.1% 0.87% -
XYZ 63.22 61.74 76.99 -
YUV 208.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 220 200 221 0.00 0.10 0 0.13 297.14 0.24 0.83
Hex DC C8 DD 0 A 0 D 129 18 53
Octal 334 310 335 0 12 0 15 451 30 123
Binary 11011100 11001000 11011101 0 1010 0 1101 100101001 11000 1010011

Color Harmonies of #DCC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8DD

Black with #DCC8DD

Text Example


Text Example

White with #DCC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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