Html Css Color HEX #DCC2DD Thistle

📋 copy color: '#DCC2DD'

red 220 ◦ green 194 ◦ blue 221

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

Shades of Thistle #DCC2DD

Tints of Thistle #DCC2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.55%

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

R = 34.65%
G = 30.55%
B = 34.8%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCC2DD (or 0xDCC2DD) is known color: Thistle. HEX triplet: DC, C2 and DD. RGB value is (220,194,221). Sum of RGB (Red+Green+Blue) = 220+194+221=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2DD is #233D22. Grayscale: #CCCCCC. Windows color (decimal): -2309411 or 14533340. OLE color: 14533340.

HSL color Cylindrical-coordinate representation of color #DCC2DD: hue angle of 297.78º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2DD is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 194 221 -
CMYK 0.00 0.12 0 0.13
HSL 297.78º 0.28% 0.81% -
HSV(B) 297.78º 0.12% 0.87% -
XYZ 61.86 59.02 76.54 -
YUV 204.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 220 194 221 0.00 0.12 0 0.13 297.78 0.28 0.81
Hex DC C2 DD 0 C 0 D 12A 1C 51
Octal 334 302 335 0 14 0 15 452 34 121
Binary 11011100 11000010 11011101 0 1100 0 1101 100101010 11100 1010001

Color Harmonies of #DCC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC2DD

Black with #DCC2DD

Text Example


Text Example

White with #DCC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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