Html Css Color HEX #DCB2E5 Thistle

📋 copy color: '#DCB2E5'

red 220 ◦ green 178 ◦ blue 229

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

Shades of Thistle #DCB2E5

Tints of Thistle #DCB2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.52%

R = 35.09%
G = 28.39%
B = 36.52%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCB2E5 (or 0xDCB2E5) is known color: Thistle. HEX triplet: DC, B2 and E5. RGB value is (220,178,229). Sum of RGB (Red+Green+Blue) = 220+178+229=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCB2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2E5 is #234D1A. Grayscale: #C4C4C4. Windows color (decimal): -2313499 or 15053532. OLE color: 15053532.

HSL color Cylindrical-coordinate representation of color #DCB2E5: hue angle of 289.41º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB2E5 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 178 229 -
CMYK 0.04 0.22 0 0.10
HSL 289.41º 0.5% 0.8% -
HSV(B) 289.41º 0.22% 0.9% -
XYZ 59.58 52.71 81.16 -
YUV 196.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 220 178 229 0.04 0.22 0 0.10 289.41 0.5 0.8
Hex DC B2 E5 4 16 0 A 121 32 50
Octal 334 262 345 4 26 0 12 441 62 120
Binary 11011100 10110010 11100101 100 10110 0 1010 100100001 110010 1010000

Color Harmonies of #DCB2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2E5

Black with #DCB2E5

Text Example


Text Example

White with #DCB2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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