Html Css Color HEX #DCC4DE Thistle

📋 copy color: '#DCC4DE'

red 220 ◦ green 196 ◦ blue 222

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

Shades of Thistle #DCC4DE

Tints of Thistle #DCC4DE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.72%

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

R = 34.48%
G = 30.72%
B = 34.8%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCC4DE (or 0xDCC4DE) is known color: Thistle. HEX triplet: DC, C4 and DE. RGB value is (220,196,222). Sum of RGB (Red+Green+Blue) = 220+196+222=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4DE is #233B21. Grayscale: #CECECE. Windows color (decimal): -2308898 or 14599388. OLE color: 14599388.

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

Color convert

RGB 220 196 222 -
CMYK 0.01 0.12 0 0.13
HSL 295.38º 0.28% 0.82% -
HSV(B) 295.38º 0.12% 0.87% -
XYZ 62.44 59.97 77.39 -
YUV 206.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 220 196 222 0.01 0.12 0 0.13 295.38 0.28 0.82
Hex DC C4 DE 1 C 0 D 127 1C 52
Octal 334 304 336 1 14 0 15 447 34 122
Binary 11011100 11000100 11011110 1 1100 0 1101 100100111 11100 1010010

Color Harmonies of #DCC4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4DE

Black with #DCC4DE

Text Example


Text Example

White with #DCC4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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