Html Css Color HEX #DCC6DE Thistle

📋 copy color: '#DCC6DE'

red 220 ◦ green 198 ◦ blue 222

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

Shades of Thistle #DCC6DE

Tints of Thistle #DCC6DE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.94%

 BLUE value IS 222 (87.11% from 255) = 34.69%

R = 34.38%
G = 30.94%
B = 34.69%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCC6DE (or 0xDCC6DE) is known color: Thistle. HEX triplet: DC, C6 and DE. RGB value is (220,198,222). Sum of RGB (Red+Green+Blue) = 220+198+222=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCC6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6DE is #233921. Grayscale: #CFCFCF. Windows color (decimal): -2308386 or 14599900. OLE color: 14599900.

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

Color convert

RGB 220 198 222 -
CMYK 0.01 0.11 0 0.13
HSL 295º 0.27% 0.82% -
HSV(B) 295º 0.11% 0.87% -
XYZ 62.89 60.88 77.54 -
YUV 207.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 220 198 222 0.01 0.11 0 0.13 295 0.27 0.82
Hex DC C6 DE 1 B 0 D 127 1B 52
Octal 334 306 336 1 13 0 15 447 33 122
Binary 11011100 11000110 11011110 1 1011 0 1101 100100111 11011 1010010

Color Harmonies of #DCC6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6DE

Black with #DCC6DE

Text Example


Text Example

White with #DCC6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6DE; }

 p { color: rgb(220,198,222); }

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

background-color css

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

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

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

border-color css

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

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

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