Html Css Color HEX #DCC8DE Thistle

📋 copy color: '#DCC8DE'

red 220 ◦ green 200 ◦ blue 222

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

Shades of Thistle #DCC8DE

Tints of Thistle #DCC8DE

RGB

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

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

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

R = 34.27%
G = 31.15%
B = 34.58%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCC8DE (or 0xDCC8DE) is known color: Thistle. HEX triplet: DC, C8 and DE. RGB value is (220,200,222). Sum of RGB (Red+Green+Blue) = 220+200+222=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8DE is #233721. Grayscale: #D0D0D0. Windows color (decimal): -2307874 or 14600412. OLE color: 14600412.

HSL color Cylindrical-coordinate representation of color #DCC8DE: hue angle of 294.55º degrees, saturation: 0.25, 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 #DCC8DE is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 200 222 -
CMYK 0.01 0.10 0 0.13
HSL 294.55º 0.25% 0.83% -
HSV(B) 294.55º 0.1% 0.87% -
XYZ 63.35 61.8 77.7 -
YUV 208.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 220 200 222 0.01 0.10 0 0.13 294.55 0.25 0.83
Hex DC C8 DE 1 A 0 D 127 19 53
Octal 334 310 336 1 12 0 15 447 31 123
Binary 11011100 11001000 11011110 1 1010 0 1101 100100111 11001 1010011

Color Harmonies of #DCC8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8DE

Black with #DCC8DE

Text Example


Text Example

White with #DCC8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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