Html Css Color HEX #DCC3DF Thistle

📋 copy color: '#DCC3DF'

red 220 ◦ green 195 ◦ blue 223

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

Shades of Thistle #DCC3DF

Tints of Thistle #DCC3DF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.56%

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

R = 34.48%
G = 30.56%
B = 34.95%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCC3DF (or 0xDCC3DF) is known color: Thistle. HEX triplet: DC, C3 and DF. RGB value is (220,195,223). Sum of RGB (Red+Green+Blue) = 220+195+223=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3DF is #233C20. Grayscale: #CDCDCD. Windows color (decimal): -2309153 or 14664668. OLE color: 14664668.

HSL color Cylindrical-coordinate representation of color #DCC3DF: hue angle of 293.57º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC3DF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 195 223 -
CMYK 0.01 0.13 0 0.13
HSL 293.57º 0.3% 0.82% -
HSV(B) 293.57º 0.13% 0.87% -
XYZ 62.35 59.57 78.02 -
YUV 205.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 220 195 223 0.01 0.13 0 0.13 293.57 0.3 0.82
Hex DC C3 DF 1 D 0 D 126 1E 52
Octal 334 303 337 1 15 0 15 446 36 122
Binary 11011100 11000011 11011111 1 1101 0 1101 100100110 11110 1010010

Color Harmonies of #DCC3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC3DF

Black with #DCC3DF

Text Example


Text Example

White with #DCC3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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