Html Css Color HEX #DCB2E2 Thistle

📋 copy color: '#DCB2E2'

red 220 ◦ green 178 ◦ blue 226

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

Shades of Thistle #DCB2E2

Tints of Thistle #DCB2E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.22%

R = 35.26%
G = 28.53%
B = 36.22%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCB2E2 (or 0xDCB2E2) is known color: Thistle. HEX triplet: DC, B2 and E2. RGB value is (220,178,226). Sum of RGB (Red+Green+Blue) = 220+178+226=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCB2E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2E2 is #234D1D. Grayscale: #C3C3C3. Windows color (decimal): -2313502 or 14856924. OLE color: 14856924.

HSL color Cylindrical-coordinate representation of color #DCB2E2: hue angle of 292.5º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB2E2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 178 226 -
CMYK 0.03 0.21 0 0.11
HSL 292.5º 0.45% 0.79% -
HSV(B) 292.5º 0.21% 0.89% -
XYZ 59.16 52.55 78.98 -
YUV 196.03 144.91 145.1 -
System Red Green Blue C M Y K H S L
Decimal 220 178 226 0.03 0.21 0 0.11 292.5 0.45 0.79
Hex DC B2 E2 3 15 0 B 124 2D 4F
Octal 334 262 342 3 25 0 13 444 55 117
Binary 11011100 10110010 11100010 11 10101 0 1011 100100100 101101 1001111

Color Harmonies of #DCB2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2E2

Black with #DCB2E2

Text Example


Text Example

White with #DCB2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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