Html Css Color HEX #DCB4DE Thistle

📋 copy color: '#DCB4DE'

red 220 ◦ green 180 ◦ blue 222

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

Shades of Thistle #DCB4DE

Tints of Thistle #DCB4DE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.94%

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

R = 35.37%
G = 28.94%
B = 35.69%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCB4DE (or 0xDCB4DE) is known color: Thistle. HEX triplet: DC, B4 and DE. RGB value is (220,180,222). Sum of RGB (Red+Green+Blue) = 220+180+222=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCB4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4DE is #234B21. Grayscale: #C4C4C4. Windows color (decimal): -2312994 or 14595292. OLE color: 14595292.

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

Color convert

RGB 220 180 222 -
CMYK 0.01 0.19 0 0.13
HSL 297.14º 0.39% 0.79% -
HSV(B) 297.14º 0.19% 0.87% -
XYZ 59.02 53.13 76.25 -
YUV 196.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 220 180 222 0.01 0.19 0 0.13 297.14 0.39 0.79
Hex DC B4 DE 1 13 0 D 129 27 4F
Octal 334 264 336 1 23 0 15 451 47 117
Binary 11011100 10110100 11011110 1 10011 0 1101 100101001 100111 1001111

Color Harmonies of #DCB4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4DE

Black with #DCB4DE

Text Example


Text Example

White with #DCB4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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