Html Css Color HEX #DCB2E0 Thistle

📋 copy color: '#DCB2E0'

red 220 ◦ green 178 ◦ blue 224

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

Shades of Thistle #DCB2E0

Tints of Thistle #DCB2E0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.62%

 BLUE value IS 224 (87.89% from 255) = 36.01%

R = 35.37%
G = 28.62%
B = 36.01%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCB2E0 (or 0xDCB2E0) is known color: Thistle. HEX triplet: DC, B2 and E0. RGB value is (220,178,224). Sum of RGB (Red+Green+Blue) = 220+178+224=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCB2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2E0 is #234D1F. Grayscale: #C3C3C3. Windows color (decimal): -2313504 or 14725852. OLE color: 14725852.

HSL color Cylindrical-coordinate representation of color #DCB2E0: hue angle of 294.78º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB2E0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 178 224 -
CMYK 0.02 0.21 0 0.12
HSL 294.78º 0.43% 0.79% -
HSV(B) 294.78º 0.21% 0.88% -
XYZ 58.89 52.44 77.54 -
YUV 195.8 143.91 145.26 -
System Red Green Blue C M Y K H S L
Decimal 220 178 224 0.02 0.21 0 0.12 294.78 0.43 0.79
Hex DC B2 E0 2 15 0 C 127 2B 4F
Octal 334 262 340 2 25 0 14 447 53 117
Binary 11011100 10110010 11100000 10 10101 0 1100 100100111 101011 1001111

Color Harmonies of #DCB2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2E0

Black with #DCB2E0

Text Example


Text Example

White with #DCB2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2E0; }

 p { color: rgb(220,178,224); }

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

background-color css

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

 a { background-color: rgb(220,178,224); }

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

border-color css

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

 span { border-color: rgb(220,178,224); }

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