Html Css Color HEX #DCB9E0 Thistle

📋 copy color: '#DCB9E0'

red 220 ◦ green 185 ◦ blue 224

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

Shades of Thistle #DCB9E0

Tints of Thistle #DCB9E0

RGB

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

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

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

R = 34.98%
G = 29.41%
B = 35.61%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCB9E0 (or 0xDCB9E0) is known color: Thistle. HEX triplet: DC, B9 and E0. RGB value is (220,185,224). Sum of RGB (Red+Green+Blue) = 220+185+224=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCB9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9E0 is #23461F. Grayscale: #C7C7C7. Windows color (decimal): -2311712 or 14727644. OLE color: 14727644.

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

Color convert

RGB 220 185 224 -
CMYK 0.02 0.17 0 0.12
HSL 293.85º 0.39% 0.8% -
HSV(B) 293.85º 0.17% 0.88% -
XYZ 60.32 55.3 78.01 -
YUV 199.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 220 185 224 0.02 0.17 0 0.12 293.85 0.39 0.8
Hex DC B9 E0 2 11 0 C 126 27 50
Octal 334 271 340 2 21 0 14 446 47 120
Binary 11011100 10111001 11100000 10 10001 0 1100 100100110 100111 1010000

Color Harmonies of #DCB9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9E0

Black with #DCB9E0

Text Example


Text Example

White with #DCB9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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