Html Css Color HEX #DCB9E2 Thistle

📋 copy color: '#DCB9E2'

red 220 ◦ green 185 ◦ blue 226

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

Shades of Thistle #DCB9E2

Tints of Thistle #DCB9E2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.32%

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

R = 34.87%
G = 29.32%
B = 35.82%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCB9E2 (or 0xDCB9E2) is known color: Thistle. HEX triplet: DC, B9 and E2. RGB value is (220,185,226). Sum of RGB (Red+Green+Blue) = 220+185+226=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCB9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9E2 is #23461D. Grayscale: #C8C8C8. Windows color (decimal): -2311710 or 14858716. OLE color: 14858716.

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

Color convert

RGB 220 185 226 -
CMYK 0.03 0.18 0 0.11
HSL 291.22º 0.41% 0.81% -
HSV(B) 291.22º 0.18% 0.89% -
XYZ 60.59 55.4 79.45 -
YUV 200.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 220 185 226 0.03 0.18 0 0.11 291.22 0.41 0.81
Hex DC B9 E2 3 12 0 B 123 29 51
Octal 334 271 342 3 22 0 13 443 51 121
Binary 11011100 10111001 11100010 11 10010 0 1011 100100011 101001 1010001

Color Harmonies of #DCB9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9E2

Black with #DCB9E2

Text Example


Text Example

White with #DCB9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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