Html Css Color HEX #DCBDE1 Thistle

📋 copy color: '#DCBDE1'

red 220 ◦ green 189 ◦ blue 225

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

Shades of Thistle #DCBDE1

Tints of Thistle #DCBDE1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.81%

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

R = 34.7%
G = 29.81%
B = 35.49%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCBDE1 (or 0xDCBDE1) is known color: Thistle. HEX triplet: DC, BD and E1. RGB value is (220,189,225). Sum of RGB (Red+Green+Blue) = 220+189+225=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDE1 is #23421E. Grayscale: #CACACA. Windows color (decimal): -2310687 or 14794204. OLE color: 14794204.

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

Color convert

RGB 220 189 225 -
CMYK 0.02 0.16 0 0.12
HSL 291.67º 0.38% 0.81% -
HSV(B) 291.67º 0.16% 0.88% -
XYZ 61.3 57.05 79.01 -
YUV 202.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 220 189 225 0.02 0.16 0 0.12 291.67 0.38 0.81
Hex DC BD E1 2 10 0 C 124 26 51
Octal 334 275 341 2 20 0 14 444 46 121
Binary 11011100 10111101 11100001 10 10000 0 1100 100100100 100110 1010001

Color Harmonies of #DCBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDE1

Black with #DCBDE1

Text Example


Text Example

White with #DCBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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