Html Css Color HEX #DCB2E1 Thistle

📋 copy color: '#DCB2E1'

red 220 ◦ green 178 ◦ blue 225

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

Shades of Thistle #DCB2E1

Tints of Thistle #DCB2E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.12%

R = 35.31%
G = 28.57%
B = 36.12%

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

#DCB2E1 (or 0xDCB2E1) is known color: Thistle. HEX triplet: DC, B2 and E1. RGB value is (220,178,225). Sum of RGB (Red+Green+Blue) = 220+178+225=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCB2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2E1 is #234D1E. Grayscale: #C3C3C3. Windows color (decimal): -2313503 or 14791388. OLE color: 14791388.

HSL color Cylindrical-coordinate representation of color #DCB2E1: hue angle of 293.62º degrees, saturation: 0.44, 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 #DCB2E1 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 178 225 -
CMYK 0.02 0.21 0 0.12
HSL 293.62º 0.44% 0.79% -
HSV(B) 293.62º 0.21% 0.88% -
XYZ 59.03 52.49 78.26 -
YUV 195.92 144.41 145.18 -
System Red Green Blue C M Y K H S L
Decimal 220 178 225 0.02 0.21 0 0.12 293.62 0.44 0.79
Hex DC B2 E1 2 15 0 C 126 2C 4F
Octal 334 262 341 2 25 0 14 446 54 117
Binary 11011100 10110010 11100001 10 10101 0 1100 100100110 101100 1001111

Color Harmonies of #DCB2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2E1

Black with #DCB2E1

Text Example


Text Example

White with #DCB2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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