Html Css Color HEX #DCBDE3 Thistle

📋 copy color: '#DCBDE3'

red 220 ◦ green 189 ◦ blue 227

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

Shades of Thistle #DCBDE3

Tints of Thistle #DCBDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.69%

R = 34.59%
G = 29.72%
B = 35.69%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCBDE3 (or 0xDCBDE3) is known color: Thistle. HEX triplet: DC, BD and E3. RGB value is (220,189,227). Sum of RGB (Red+Green+Blue) = 220+189+227=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCBDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDE3 is #23421C. Grayscale: #CACACA. Windows color (decimal): -2310685 or 14925276. OLE color: 14925276.

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

Color convert

RGB 220 189 227 -
CMYK 0.03 0.17 0 0.11
HSL 288.95º 0.4% 0.82% -
HSV(B) 288.95º 0.17% 0.89% -
XYZ 61.58 57.16 80.46 -
YUV 202.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 220 189 227 0.03 0.17 0 0.11 288.95 0.4 0.82
Hex DC BD E3 3 11 0 B 121 28 52
Octal 334 275 343 3 21 0 13 441 50 122
Binary 11011100 10111101 11100011 11 10001 0 1011 100100001 101000 1010010

Color Harmonies of #DCBDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDE3

Black with #DCBDE3

Text Example


Text Example

White with #DCBDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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